kmath/kmath-trajectory/build.gradle.kts

18 lines
381 B
Plaintext
Raw Normal View History

2022-07-15 19:13:50 +03:00
plugins {
2022-09-04 20:59:30 +03:00
id("space.kscience.gradle.mpp")
}
kscience{
native()
2022-09-05 16:30:39 +03:00
withContextReceivers()
2022-07-15 19:13:50 +03:00
dependencies {
api(projects.kmath.kmathGeometry)
}
}
readme {
2022-07-24 12:01:02 +03:00
description = "Path and trajectory optimization"
2022-07-29 15:58:02 +03:00
maturity = space.kscience.gradle.Maturity.PROTOTYPE
2022-07-24 12:01:02 +03:00
propertyByTemplate("artifact", rootProject.file("docs/templates/ARTIFACT-TEMPLATE.md"))
2022-07-15 19:13:50 +03:00
}