Kotlin 1.8 + cleanup

This commit is contained in:
Benoit Marty 2023-01-18 14:38:19 +01:00 committed by Benoit Marty
parent 57ec77bc1d
commit 4c832c88f7
7 changed files with 12 additions and 24 deletions

View file

@ -117,7 +117,7 @@ android {
compose = true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.3.2"
kotlinCompilerExtensionVersion = "1.4.0"
}
packagingOptions {
resources {
@ -174,8 +174,6 @@ dependencies {
// https://developer.android.com/studio/write/java8-support#library-desugaring-versions
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:1.2.2")
implementation(libs.compose.destinations)
ksp(libs.compose.destinations.processor)
implementation(libs.appyx.core)
implementation(libs.androidx.corektx)