2019-03-08 11:55:01 +03:00
|
|
|
plugins {
|
2021-02-23 21:47:18 +03:00
|
|
|
id("ru.mipt.npm.gradle.mpp")
|
2019-03-08 11:55:01 +03:00
|
|
|
}
|
|
|
|
|
2021-02-16 14:49:15 +03:00
|
|
|
kscience{
|
2022-01-07 12:29:43 +03:00
|
|
|
useSerialization{
|
|
|
|
json()
|
|
|
|
}
|
2020-10-02 19:09:25 +03:00
|
|
|
}
|
2019-12-24 22:09:39 +03:00
|
|
|
|
2019-03-08 11:55:01 +03:00
|
|
|
kotlin {
|
|
|
|
sourceSets {
|
2019-08-04 11:02:36 +03:00
|
|
|
commonMain {
|
2019-03-08 11:55:01 +03:00
|
|
|
dependencies {
|
2020-08-05 22:08:08 +03:00
|
|
|
api(project(":visionforge-core"))
|
2019-03-08 11:55:01 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2022-01-07 12:29:43 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
readme{
|
|
|
|
maturity = ru.mipt.npm.gradle.Maturity.DEVELOPMENT
|
2020-10-02 19:09:25 +03:00
|
|
|
}
|