X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;ds=sidebyside;f=build.gradle;h=df885fc81975a229c4ebb06003f4aa2ea73e37d0;hb=462f97f8da742fe35f516fec00ca9a581d688e7a;hp=a67d0716bc75a1a02a152b08876c5da26a84816d;hpb=4c0fc8f608f3856dcce603ccb57552321f9e0e49;p=cavedroid.git diff --git a/build.gradle b/build.gradle index a67d071..df885fc 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ buildscript { allprojects { - version = 'alpha0.4.1' + version = 'alpha0.5.0' ext { appName = "CaveDroid" gdxVersion = '1.12.0' @@ -51,11 +51,16 @@ 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" natives "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-x86" natives "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-x86_64" + + configurations.implementation { + exclude group: 'org.jetbrains.kotlin', module: 'kotlin-stdlib-jdk8' + } } } @@ -67,7 +72,7 @@ project(":core") { api "com.google.guava:guava:$guavaVersion-android" api 'com.google.dagger:dagger:2.40.1' implementation 'org.jetbrains:annotations:23.1.0' - implementation "org.jetbrains.kotlin:kotlin-stdlib" + implementation "org.jetbrains.kotlin:kotlin-stdlib:1.9.23" annotationProcessor 'com.google.dagger:dagger-compiler:2.40.1' } } \ No newline at end of file