numass/numass-data-proto/build.gradle.kts

18 lines
301 B
Plaintext
Raw Normal View History

2021-01-19 13:24:24 +03:00
plugins {
kotlin("jvm")
2021-03-08 22:58:28 +03:00
id("ru.mipt.npm.gradle.common")
2021-11-27 22:03:10 +03:00
id("com.squareup.wire")
`maven-publish`
2021-01-27 22:20:20 +03:00
}
2021-01-19 13:24:24 +03:00
val dataforgeVersion: String by rootProject.extra
dependencies {
api(project(":numass-data-model"))
2021-03-08 22:58:28 +03:00
api("space.kscience:dataforge-io:$dataforgeVersion")
2021-01-19 13:24:24 +03:00
}
2021-01-28 12:31:17 +03:00
wire{
kotlin{}
2021-01-19 13:24:24 +03:00
}