2022-12-17 23:12:00 +03:00
|
|
|
plugins {
|
2022-12-27 12:34:24 +03:00
|
|
|
id("space.kscience.gradle.mpp")
|
2022-12-17 23:12:00 +03:00
|
|
|
id("org.jetbrains.compose")
|
|
|
|
`maven-publish`
|
|
|
|
}
|
|
|
|
|
|
|
|
kotlin {
|
|
|
|
sourceSets {
|
|
|
|
commonMain {
|
|
|
|
dependencies {
|
|
|
|
api(compose.foundation)
|
|
|
|
}
|
2022-12-24 22:59:33 +03:00
|
|
|
}
|
2022-12-17 23:12:00 +03:00
|
|
|
}
|
2023-01-12 11:52:54 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
kscience{
|
|
|
|
useSerialization{
|
|
|
|
json()
|
|
|
|
}
|
2022-12-17 23:12:00 +03:00
|
|
|
}
|