16 lines
274 B
Plaintext
16 lines
274 B
Plaintext
plugins {
|
|
id("space.kscience.gradle.mpp")
|
|
`maven-publish`
|
|
}
|
|
|
|
kscience{
|
|
jvm()
|
|
js()
|
|
useSerialization {
|
|
json()
|
|
}
|
|
dependencies {
|
|
implementation(project(":magix:magix-rsocket"))
|
|
implementation(project(":controls-core"))
|
|
}
|
|
} |