diff --git a/android_app/app/build.gradle b/android_app/app/build.gradle index fff30e7..394acac 100644 --- a/android_app/app/build.gradle +++ b/android_app/app/build.gradle @@ -34,7 +34,7 @@ android { compose true } composeOptions { - kotlinCompilerExtensionVersion = "1.4.4" + kotlinCompilerExtensionVersion = "1.5.15" } }