dataforge-core/dataforge-meta/build.gradle.kts

18 lines
276 B
Plaintext
Raw Normal View History

2019-01-27 17:12:46 +03:00
plugins {
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"){
json()
}
2020-08-29 11:45:31 +03:00
}
2021-02-07 12:46:15 +03:00
description = "Meta definition and basic operations on meta"
readme{
maturity = space.kscience.gradle.Maturity.DEVELOPMENT
2021-02-07 12:46:15 +03:00
}