diff --git a/app/build.gradle b/app/build.gradle index 24b664f8e..31d17eab9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -93,7 +93,7 @@ android { buildConfig true } composeOptions { - kotlinCompilerExtensionVersion = "1.5.13" + kotlinCompilerExtensionVersion = "1.5.14" } // 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.