11 lines
191 B
Plaintext
11 lines
191 B
Plaintext
plugins {
|
|
kotlin("jvm")
|
|
id("ru.mipt.npm.kscience")
|
|
}
|
|
|
|
val dataforgeVersion: String by rootProject.extra
|
|
|
|
dependencies {
|
|
api("hep.dataforge:dataforge-context:$dataforgeVersion")
|
|
}
|