Gradle 8.2, remove all IOS references due to robovm bug (which we don't use)

This commit is contained in:
Yair Morgenstern
2024-01-28 12:35:29 +02:00
parent 1318cfdc4a
commit 52a9eebe28
43 changed files with 26 additions and 304 deletions

View File

@ -10,5 +10,4 @@ object BuildConfig {
const val gdxVersion = "1.12.1"
const val ktorVersion = "2.2.3"
const val coroutinesVersion = "1.7.2"
const val roboVMVersion = "2.3.1"
}