diff --git a/app/build.gradle b/app/build.gradle index 35592af3c..3033d44e3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -84,7 +84,7 @@ android { compose true } composeOptions { - kotlinCompilerExtensionVersion = "1.4.3" + kotlinCompilerExtensionVersion = "1.4.4" } // Set both the Java and Kotlin compilers to target Java 8. compileOptions {