21 lines
350 B
Plaintext
21 lines
350 B
Plaintext
plugins {
|
|
id("ru.mipt.npm.gradle.mpp")
|
|
`maven-publish`
|
|
}
|
|
|
|
kscience{
|
|
useSerialization {
|
|
json()
|
|
}
|
|
}
|
|
|
|
kotlin {
|
|
sourceSets {
|
|
commonMain {
|
|
dependencies {
|
|
implementation(project(":magix:magix-service"))
|
|
implementation(project(":controls-core"))
|
|
}
|
|
}
|
|
}
|
|
} |