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

19 lines
279 B
Plaintext
Raw Normal View History

2019-01-30 18:57:14 +03:00
plugins {
id("space.kscience.gradle.mpp")
2019-01-30 18:57:14 +03:00
}
2020-08-29 11:45:31 +03:00
kscience{
2023-02-18 19:49:41 +03:00
jvm()
js()
2022-10-03 20:36:28 +03:00
native()
2020-08-29 11:45:31 +03:00
useCoroutines()
2023-02-18 19:49:41 +03:00
dependencies {
api(project(":dataforge-meta"))
api(kotlin("reflect"))
2019-01-30 18:57:14 +03:00
}
2021-01-10 14:32:52 +03:00
}
2021-01-31 22:34:48 +03:00
readme{
maturity = space.kscience.gradle.Maturity.EXPERIMENTAL
2021-01-31 22:34:48 +03:00
}