DEADSOFTWARE

Add kotlin bom dependency
authorfredboy <fredboy@protonmail.com>
Tue, 16 Apr 2024 21:15:39 +0000 (04:15 +0700)
committerfredboy <fredboy@protonmail.com>
Tue, 16 Apr 2024 21:15:39 +0000 (04:15 +0700)
build.gradle

index 8e9a5bc0b948c857ffc86a5560e8c3c8cf545ff4..863d66eb10a8aa2c3a87276927234ef65d9c786c 100644 (file)
@@ -51,6 +51,7 @@ project(":android") {
 
     dependencies {
         implementation project(":core")
+        implementation platform("org.jetbrains.kotlin:kotlin-bom:1.9.23")
         api "com.badlogicgames.gdx:gdx-backend-android:$gdxVersion"
         natives "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-armeabi-v7a"
         natives "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-arm64-v8a"