Using the latest compose compiler

This commit is contained in:
ThomasSession 2024-09-12 09:15:36 +10:00
parent 607dae2450
commit f0c8ec81e5
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ android {
}
composeOptions {
kotlinCompilerExtensionVersion '1.5.14'
kotlinCompilerExtensionVersion '1.5.15'
}
defaultConfig {

View File

@ -17,7 +17,7 @@ org.gradle.jvmargs=-Xmx2048M -Dkotlin.daemon.jvm.options\="-Xmx2048M"
gradlePluginVersion=8.5.2
googleServicesVersion=4.3.12
kotlinVersion=1.9.24
kotlinVersion=1.9.25
android.useAndroidX=true
appcompatVersion=1.6.1
coreVersion=1.13.1