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 {

View file

@ -3,7 +3,7 @@
buildscript {
ext {
useCrashlytics = false
kotlin_version = '1.8.21'
kotlin_version = '1.8.22'
hilt_version = '2.46.1'
protobuf_version = '3.23.4'
}