diff --git a/app/build.gradle b/app/build.gradle index 1eab90cf0..a48b459f4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -85,7 +85,7 @@ android { aidl true } composeOptions { - kotlinCompilerExtensionVersion = "1.4.8" + kotlinCompilerExtensionVersion = "1.5.3" } // Configure the build-logic plugins to target JDK 17 // This matches the JDK used to build the project, and is not related to what is running on device.