21 lines
318 B
Plaintext
21 lines
318 B
Plaintext
plugins {
|
|
kotlin("jvm")
|
|
id("ru.mipt.npm.kscience")
|
|
id("com.squareup.wire") version "3.5.0"
|
|
}
|
|
|
|
kscience{
|
|
publish()
|
|
}
|
|
|
|
val dataforgeVersion: String by rootProject.extra
|
|
|
|
dependencies {
|
|
api(project(":numass-data-model"))
|
|
api("hep.dataforge:dataforge-io:$dataforgeVersion")
|
|
}
|
|
|
|
wire{
|
|
kotlin{}
|
|
}
|