visionforge/dataforge-vis-spatial/build.gradle.kts

15 lines
214 B
Plaintext
Raw Normal View History

2019-03-08 11:55:01 +03:00
plugins {
2019-06-30 14:35:54 +03:00
id("scientifik.mpp")
2019-03-08 11:55:01 +03:00
}
kotlin {
sourceSets {
val commonMain by getting {
dependencies {
api(project(":dataforge-vis-common"))
}
}
}
}