Kotlin 1.8 + cleanup
This commit is contained in:
parent
57ec77bc1d
commit
4c832c88f7
7 changed files with 12 additions and 24 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue