Skip to content

Commit

Permalink
Compose: Enable strong skipping
Browse files Browse the repository at this point in the history
Improves overall performance

! - For lower end devices, especially tablets that renders lots of images at the same time, it might still hang, I'm actively looking for a solution about it

Signed-off-by: IacobIonut01 <paulionut2003@gmail.com>
  • Loading branch information
IacobIonut01 committed Feb 11, 2024
1 parent b3086fd commit 9a506c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ android {
}
kotlinOptions {
jvmTarget = "17"
freeCompilerArgs += listOf("-P", "plugin:androidx.compose.compiler.plugins.kotlin:experimentalStrongSkipping=true")
}
buildFeatures {
compose = true
Expand Down

0 comments on commit 9a506c8

Please sign in to comment.