forked from kscience/kmath
13 lines
314 B
Plaintext
13 lines
314 B
Plaintext
plugins {
|
|
kotlin("multiplatform")
|
|
id("ru.mipt.npm.gradle.common")
|
|
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()
|
|
}
|