2019-03-08 11:55:01 +03:00
|
|
|
plugins {
|
2020-10-02 19:09:25 +03:00
|
|
|
id("ru.mipt.npm.mpp")
|
2019-03-08 11:55:01 +03:00
|
|
|
}
|
|
|
|
|
2020-10-02 19:09:25 +03:00
|
|
|
kscience {
|
|
|
|
useSerialization()
|
|
|
|
}
|
2019-12-24 22:09:39 +03:00
|
|
|
|
2019-03-08 11:55:01 +03:00
|
|
|
kotlin {
|
2020-04-16 12:46:54 +03:00
|
|
|
|
2019-03-08 11:55:01 +03:00
|
|
|
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
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2020-10-02 19:09:25 +03:00
|
|
|
}
|