More refactoring and modularization

This commit is contained in:
darken
2022-09-14 18:00:18 +02:00
committed by Matthias Urhahn
parent 3f5c9ff9de
commit eb4d883194
28 changed files with 25 additions and 24 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ object Versions {
}
object Kotlin {
const val core = "1.7.0"
const val core = "1.7.10"
const val coroutines = "1.6.2"
}