android: build version of kotlin and compose updated.

Changed to compatible versions according to https://developer.android.com/jetpack/androidx/releases/compose-kotlin#kts
This commit is contained in:
gd
2025-02-03 23:07:42 +02:00
parent 8a642c8a83
commit 834d6dcf46
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ android {
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.7"
kotlinCompilerExtensionVersion = "1.5.10"
}
buildTypes {