kmath/kmath-geometry/build.gradle.kts

16 lines
286 B
Plaintext

plugins {
kotlin("multiplatform")
id("space.kscience.gradle.common")
id("space.kscience.gradle.native")
}
kotlin.sourceSets.commonMain {
dependencies {
api(projects.kmath.kmathComplex)
}
}
readme {
maturity = space.kscience.gradle.Maturity.PROTOTYPE
}