From d7133764163d1a9b91f98fe7bb142f35036432b7 Mon Sep 17 00:00:00 2001 From: fredboy Date: Wed, 17 Apr 2024 04:15:39 +0700 Subject: [PATCH] Add kotlin bom dependency --- build.gradle | 1 + 1 file changed, 1 insertion(+) 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" -- 2.29.2