mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-20 17:51:13 +02:00
Update Kotlin to 1.9.25, Compose Compiler to 1.5.15
This commit is contained in:
@@ -63,7 +63,7 @@ android {
|
||||
buildConfig true
|
||||
}
|
||||
composeOptions {
|
||||
kotlinCompilerExtensionVersion '1.5.13'
|
||||
kotlinCompilerExtensionVersion '1.5.15'
|
||||
}
|
||||
packagingOptions {
|
||||
jniLibs {
|
||||
@@ -120,7 +120,7 @@ dependencies {
|
||||
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0'
|
||||
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0'
|
||||
implementation platform('androidx.compose:compose-bom:2024.08.00')
|
||||
implementation platform('org.jetbrains.kotlin:kotlin-bom:1.9.24')
|
||||
implementation platform('org.jetbrains.kotlin:kotlin-bom:1.9.25')
|
||||
androidTestImplementation 'androidx.compose.ui:ui-test-junit4'
|
||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'
|
||||
androidTestImplementation 'androidx.test.ext:junit:1.3.0'
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
plugins {
|
||||
id 'com.android.application' version '8.13.0' apply false
|
||||
id 'com.android.library' version '8.13.0' apply false
|
||||
id 'org.jetbrains.kotlin.android' version '1.9.23' apply false
|
||||
id 'org.jetbrains.kotlin.android' version '1.9.25' apply false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user