kmath/kmath-geometry/build.gradle.kts

14 lines
235 B
Plaintext
Raw Normal View History

2021-04-14 12:40:26 +03:00
plugins {
kotlin("multiplatform")
id("ru.mipt.npm.gradle.common")}
2020-04-29 19:28:24 +03:00
kotlin.sourceSets.commonMain {
dependencies {
api(project(":kmath-core"))
}
}
2021-01-30 20:23:15 +03:00
2021-03-16 20:56:20 +03:00
readme {
2021-01-30 20:23:15 +03:00
maturity = ru.mipt.npm.gradle.Maturity.PROTOTYPE
}