2019-01-27 17:12:46 +03:00
|
|
|
plugins {
|
2022-08-01 18:12:57 +03:00
|
|
|
id("space.kscience.gradle.mpp")
|
2019-01-27 17:12:46 +03:00
|
|
|
}
|
|
|
|
|
2020-08-29 11:45:31 +03:00
|
|
|
kscience {
|
2023-02-18 19:49:41 +03:00
|
|
|
jvm()
|
|
|
|
js()
|
2022-10-03 20:36:28 +03:00
|
|
|
native()
|
2023-02-18 19:49:41 +03:00
|
|
|
useSerialization("1.4.1"){
|
2020-11-10 19:08:53 +03:00
|
|
|
json()
|
|
|
|
}
|
2020-08-29 11:45:31 +03:00
|
|
|
}
|
2020-03-11 22:30:29 +03:00
|
|
|
|
2021-02-07 12:46:15 +03:00
|
|
|
description = "Meta definition and basic operations on meta"
|
|
|
|
|
|
|
|
readme{
|
2022-08-01 18:12:57 +03:00
|
|
|
maturity = space.kscience.gradle.Maturity.DEVELOPMENT
|
2021-02-07 12:46:15 +03:00
|
|
|
}
|