forked from kscience/kmath
12 lines
283 B
Plaintext
12 lines
283 B
Plaintext
plugins {
|
|
id("ru.mipt.npm.gradle.mpp")
|
|
id("ru.mipt.npm.gradle.native")
|
|
}
|
|
|
|
readme {
|
|
maturity = ru.mipt.npm.gradle.Maturity.DEVELOPMENT
|
|
description = """
|
|
An API and basic implementation for arranging objects in a continuous memory block.
|
|
""".trimIndent()
|
|
}
|