chore: update Compose Compiler to 1.4.4

master
andrekir 2023-03-22 17:48:31 -03:00
rodzic 8099ccd588
commit fe649157ae
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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