Skip to content

Commit

Permalink
Disable language splits
Browse files Browse the repository at this point in the history
  • Loading branch information
naveensingh committed Nov 14, 2024
1 parent b4bef90 commit 586bdff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,13 @@ android {
warningsAsErrors = true
baseline = file("lint-baseline.xml")
}

bundle {
language {
@Suppress("UnstableApiUsage")
enableSplit = false
}
}
}

detekt {
Expand Down

0 comments on commit 586bdff

Please sign in to comment.