Skip to content

Commit

Permalink
Compose StrongSkipping mode enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
burak.ozturk1 committed Dec 30, 2024
1 parent 50dbc96 commit 1cff66b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions libraries/timeline-view-compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ android {
vectorDrawables.useSupportLibrary = true
}

tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
compilerOptions.freeCompilerArgs.addAll(
"-P",
"plugin:androidx.compose.compiler.plugins.kotlin:experimentalStrongSkipping=true",
)
}


buildTypes {
getByName<com.android.build.gradle.internal.dsl.BuildType>("release") {
isMinifyEnabled = false
Expand Down

0 comments on commit 1cff66b

Please sign in to comment.