chore: update Compose Compiler to 1.4.8

This commit is contained in:
andrekir 2023-07-09 08:17:57 -03:00
parent 6600d63868
commit 64a4051e0f
2 changed files with 2 additions and 2 deletions

View file

@ -82,7 +82,7 @@ android {
compose true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.4.7"
kotlinCompilerExtensionVersion = "1.4.8"
}
// Set both the Java and Kotlin compilers to target Java 8.
compileOptions {