From fe649157ae37fae44dfeff5cfe6e451e3a5fe4d1 Mon Sep 17 00:00:00 2001 From: andrekir Date: Wed, 22 Mar 2023 17:48:31 -0300 Subject: [PATCH] chore: update Compose Compiler to 1.4.4 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 35592af3..3033d44e 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 {