18 lines
231 B
Plaintext
18 lines
231 B
Plaintext
plugins {
|
|
id("ru.mipt.npm.mpp")
|
|
}
|
|
|
|
kscience{
|
|
useSerialization()
|
|
}
|
|
|
|
kotlin {
|
|
|
|
sourceSets {
|
|
commonMain {
|
|
dependencies {
|
|
api(project(":visionforge-core"))
|
|
}
|
|
}
|
|
}
|
|
} |