2023-10-25 22:31:36 +03:00
|
|
|
plugins {
|
|
|
|
id("space.kscience.gradle.mpp")
|
|
|
|
`maven-publish`
|
|
|
|
}
|
|
|
|
|
|
|
|
description = """
|
2023-10-28 14:18:00 +03:00
|
|
|
A low-code constructor for composite devices simulation
|
2023-10-25 22:31:36 +03:00
|
|
|
""".trimIndent()
|
|
|
|
|
|
|
|
kscience{
|
|
|
|
jvm()
|
|
|
|
js()
|
|
|
|
dependencies {
|
|
|
|
api(projects.controlsCore)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
readme{
|
|
|
|
maturity = space.kscience.gradle.Maturity.PROTOTYPE
|
|
|
|
}
|