gradle-tools/src/main/kotlin/Scientifik.kt

10 lines
189 B
Kotlin
Raw Normal View History

2019-06-28 16:22:11 +03:00
/**
* Build constants
*/
object Scientifik {
val ioVersion = "0.1.10"
val coroutinesVersion = "1.2.2"
val atomicfuVersion = "0.12.9"
val serializationVersion = "0.11.1"
}