21 lines
452 B
Plaintext
21 lines
452 B
Plaintext
plugins {
|
|
id("space.kscience.gradle.mpp")
|
|
}
|
|
|
|
kscience {
|
|
jvm()
|
|
js()
|
|
native()
|
|
wasm()
|
|
}
|
|
|
|
readme {
|
|
maturity = space.kscience.gradle.Maturity.DEVELOPMENT
|
|
description = """
|
|
An API and basic implementation for arranging objects in a continuous memory block.
|
|
""".trimIndent()
|
|
}
|
|
|
|
//rootProject.the<NodeJsRootExtension>().versions.webpack.version = "5.76.2"
|
|
//rootProject.the<NodeJsRootExtension>().nodeVersion = "20.8.0"
|