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

20 lines
398 B
Plaintext
Raw Normal View History

2019-01-30 18:57:14 +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-30 18:57:14 +03:00
}
kotlin {
sourceSets {
2020-08-31 11:27:44 +03:00
commonMain{
2019-01-30 18:57:14 +03:00
dependencies {
api(project(":dataforge-context"))
api(project(":dataforge-data"))
2020-10-17 17:22:34 +03:00
api(project(":dataforge-io"))
2019-01-30 18:57:14 +03:00
}
}
}
2021-02-07 12:46:15 +03:00
}
readme{
maturity = ru.mipt.npm.gradle.Maturity.EXPERIMENTAL
2019-01-30 18:57:14 +03:00
}