kmath/kmath-histograms/build.gradle.kts
2021-01-28 20:04:33 +03:00

19 lines
332 B
Plaintext

plugins { id("ru.mipt.npm.mpp") }
kotlin.sourceSets {
commonMain {
dependencies {
api(project(":kmath-core"))
}
}
commonTest{
dependencies{
implementation(project(":kmath-for-real"))
}
}
}
readme {
this.maturity = ru.mipt.npm.gradle.Maturity.PROTOTYPE
}