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