Skip to content

Commit

Permalink
update: deprecated enableStrongSkippingMode
Browse files Browse the repository at this point in the history
  • Loading branch information
muedsa committed Sep 19, 2024
1 parent 36572f1 commit 04d3c1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,15 @@ android {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}

kotlinOptions {
jvmTarget = JavaVersion.VERSION_17.toString()
}

buildFeatures {
compose = true
}
composeCompiler {
enableStrongSkippingMode = true
}

packaging {
resources {
excludes += "/META-INF/{AL2.0,LGPL2.1}"
Expand Down

0 comments on commit 04d3c1b

Please sign in to comment.