kmath/kmath-trajectory/build.gradle.kts

16 lines
278 B
Plaintext
Raw Normal View History

2022-07-15 19:13:50 +03:00
plugins {
kotlin("multiplatform")
id("ru.mipt.npm.gradle.common")
id("ru.mipt.npm.gradle.native")
}
kotlin.sourceSets.commonMain {
dependencies {
api(projects.kmath.kmathGeometry)
}
}
readme {
maturity = ru.mipt.npm.gradle.Maturity.PROTOTYPE
}