dataforge-core/dataforge-output/build.gradle.kts

15 lines
284 B
Plaintext
Raw Normal View History

2019-01-27 20:54:28 +03:00
plugins {
2020-09-05 16:19:03 +03:00
id("ru.mipt.npm.mpp")
2020-09-14 20:32:41 +03:00
id("ru.mipt.npm.native")
2019-01-27 20:54:28 +03:00
}
kotlin {
sourceSets {
val commonMain by getting{
dependencies {
api(project(":dataforge-context"))
2019-03-31 17:39:44 +03:00
api(project(":dataforge-io"))
2019-01-27 20:54:28 +03:00
}
}
}
}