2020-11-02 17:53:53 +03:00
|
|
|
plugins {
|
|
|
|
id("ru.mipt.npm.mpp")
|
|
|
|
id("ru.mipt.npm.publish")
|
|
|
|
}
|
|
|
|
|
|
|
|
kscience {
|
2020-11-03 18:54:52 +03:00
|
|
|
useSerialization{
|
|
|
|
json()
|
|
|
|
}
|
2020-11-02 17:53:53 +03:00
|
|
|
useCoroutines("1.4.0", configuration = ru.mipt.npm.gradle.DependencyConfiguration.API)
|
|
|
|
}
|
|
|
|
|
|
|
|
val dataforgeVersion: String by rootProject.extra
|
|
|
|
val ktorVersion: String by rootProject.extra
|
|
|
|
|