Skip to content

Commit

Permalink
Enable strong skipping mode
Browse files Browse the repository at this point in the history
Currently, for testing purposes only, need to decide whether to keep it on or disable it based on the test results.

Signed-off-by: starry-shivam <[email protected]>
  • Loading branch information
starry-shivam committed May 27, 2024
1 parent 5584f96 commit 42203ba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,11 @@ android {
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}
composeCompiler {
enableStrongSkippingMode = true
}
lintOptions {
abortOnError false
abortOnError true
}
kotlinOptions {
jvmTarget = '17'
Expand Down

0 comments on commit 42203ba

Please sign in to comment.