Skip to content

Commit

Permalink
Disable language splits
Browse files Browse the repository at this point in the history
  • Loading branch information
naveensingh committed Oct 27, 2024
1 parent 7a844b9 commit d62b84a
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 @@ -92,6 +92,13 @@ android {
warningsAsErrors = true
baseline = file("lint-baseline.xml")
}

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

detekt {
Expand Down

0 comments on commit d62b84a

Please sign in to comment.