11 lines
192 B
Plaintext
11 lines
192 B
Plaintext
plugins {
|
|
id("ru.mipt.npm.mpp")
|
|
id("ru.mipt.npm.node")
|
|
id("ru.mipt.npm.native")
|
|
}
|
|
|
|
kscience {
|
|
useSerialization()
|
|
}
|
|
|
|
description = "Meta definition and basic operations on meta" |