build: unify coroutines version to buildconfig variable

This commit is contained in:
Yair Morgenstern
2023-09-06 15:20:32 +03:00
parent 55a3fa2a75
commit e8c740da31
2 changed files with 7 additions and 9 deletions

View File

@ -9,5 +9,6 @@ object BuildConfig {
const val gdxVersion = "1.11.0"
const val ktorVersion = "2.2.3"
const val coroutinesVersion = "1.6.4"
const val roboVMVersion = "2.3.1"
}