2020-05-17 20:20:20 +03:00
|
|
|
import scientifik.useSerialization
|
2020-03-11 22:30:29 +03:00
|
|
|
|
2019-01-27 17:12:46 +03:00
|
|
|
plugins {
|
2019-06-22 14:29:37 +03:00
|
|
|
id("scientifik.mpp")
|
2019-01-27 17:12:46 +03:00
|
|
|
}
|
|
|
|
|
2020-05-17 20:20:20 +03:00
|
|
|
useSerialization()
|
2020-03-11 22:30:29 +03:00
|
|
|
|
2019-06-28 16:28:54 +03:00
|
|
|
description = "Meta definition and basic operations on meta"
|