16 lines
265 B
Plaintext
16 lines
265 B
Plaintext
plugins {
|
|
id("ru.mipt.npm.gradle.mpp")
|
|
id("ru.mipt.npm.gradle.native")
|
|
}
|
|
|
|
kscience {
|
|
useSerialization{
|
|
json()
|
|
}
|
|
}
|
|
|
|
description = "Meta definition and basic operations on meta"
|
|
|
|
readme{
|
|
maturity = ru.mipt.npm.gradle.Maturity.DEVELOPMENT
|
|
} |