2023-06-20 19:45:21 +03:00
|
|
|
plugins {
|
|
|
|
id("space.kscience.gradle.mpp")
|
|
|
|
}
|
|
|
|
|
2024-02-18 15:05:56 +03:00
|
|
|
version = "0.1.0"
|
|
|
|
|
2023-06-20 19:45:21 +03:00
|
|
|
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()
|
|
|
|
}
|