chore: update Compose Compiler to 1.4.4

This commit is contained in:
andrekir 2023-03-22 17:48:31 -03:00
parent 8099ccd588
commit fe649157ae

View file

@ -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 {