21 lines
323 B
Plaintext
21 lines
323 B
Plaintext
|
plugins {
|
||
|
id("space.kscience.gradle.mpp")
|
||
|
`maven-publish`
|
||
|
}
|
||
|
|
||
|
description = """
|
||
|
A low-code constructor foe composite devices simulation
|
||
|
""".trimIndent()
|
||
|
|
||
|
kscience{
|
||
|
jvm()
|
||
|
js()
|
||
|
dependencies {
|
||
|
api(projects.controlsCore)
|
||
|
}
|
||
|
}
|
||
|
|
||
|
readme{
|
||
|
maturity = space.kscience.gradle.Maturity.PROTOTYPE
|
||
|
}
|