From: fredboy Date: Tue, 16 Apr 2024 21:15:39 +0000 (+0700) Subject: Add kotlin bom dependency X-Git-Tag: alpha0.5.0~8 X-Git-Url: http://deadsoftware.ru/gitweb?p=cavedroid.git;a=commitdiff_plain;h=d7133764163d1a9b91f98fe7bb142f35036432b7 Add kotlin bom dependency --- diff --git a/build.gradle b/build.gradle index 8e9a5bc..863d66e 100644 --- a/build.gradle +++ b/build.gradle @@ -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"