chore: update Compose Compiler to 1.4.7

master
andrekir 2023-05-24 06:27:45 -03:00
rodzic 6fa8023bf7
commit 0f84804f9f
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -84,7 +84,7 @@ android {
compose true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.4.4"
kotlinCompilerExtensionVersion = "1.4.7"
}
// Set both the Java and Kotlin compilers to target Java 8.
compileOptions {
@ -169,7 +169,7 @@ dependencies {
androidTestImplementation "androidx.navigation:navigation-testing:$nav_version"
// Compose
def composeBom = platform('androidx.compose:compose-bom:2023.03.00')
def composeBom = platform('androidx.compose:compose-bom:2023.05.01')
implementation composeBom
androidTestImplementation composeBom

Wyświetl plik

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