controls-kt/magix/magix-api/build.gradle.kts

14 lines
179 B
Plaintext
Raw Normal View History

2020-11-02 17:53:53 +03:00
plugins {
2021-04-05 17:41:36 +03:00
id("ru.mipt.npm.gradle.mpp")
2022-05-24 21:28:42 +03:00
id("ru.mipt.npm.gradle.native")
2021-04-05 17:41:36 +03:00
`maven-publish`
2020-11-02 17:53:53 +03:00
}
kscience {
2021-01-10 18:41:52 +03:00
useCoroutines()
2020-11-03 18:54:52 +03:00
useSerialization{
json()
}
2020-11-02 17:53:53 +03:00
}