18 lines
381 B
Plaintext
18 lines
381 B
Plaintext
plugins {
|
|
id("space.kscience.gradle.mpp")
|
|
}
|
|
|
|
kscience{
|
|
native()
|
|
withContextReceivers()
|
|
dependencies {
|
|
api(projects.kmath.kmathGeometry)
|
|
}
|
|
}
|
|
|
|
readme {
|
|
description = "Path and trajectory optimization"
|
|
maturity = space.kscience.gradle.Maturity.PROTOTYPE
|
|
propertyByTemplate("artifact", rootProject.file("docs/templates/ARTIFACT-TEMPLATE.md"))
|
|
}
|