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

10 lines
213 B
Kotlin
Raw Normal View History

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