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

15 lines
300 B
Plaintext
Raw Normal View History

2019-01-27 20:54:28 +03:00
plugins {
2021-02-23 17:40:28 +03:00
id("ru.mipt.npm.gradle.mpp")
id("ru.mipt.npm.gradle.native")
2019-01-27 20:54:28 +03:00
}
kotlin {
sourceSets {
val commonMain by getting{
dependencies {
api(project(":dataforge-context"))
2020-10-17 17:22:34 +03:00
//api(project(":dataforge-io"))
2019-01-27 20:54:28 +03:00
}
}
}
}