X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=build.gradle;h=863d66eb10a8aa2c3a87276927234ef65d9c786c;hb=45774fe0e54d63043d505867137df6b7e60da690;hp=8e9a5bc0b948c857ffc86a5560e8c3c8cf545ff4;hpb=40678b7f22c460abf9102ed61937137987ee9dcb;p=cavedroid.git 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"