Skip to content

Commit e7afab5

Browse files
authored
build: disable language split in bundle configuration (#28)
See: FossifyOrg/General-Discussion#242
1 parent d4df4e8 commit e7afab5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,12 @@ android {
120120
warningsAsErrors = true
121121
baseline = file("lint-baseline.xml")
122122
}
123+
124+
bundle {
125+
language {
126+
enableSplit = false
127+
}
128+
}
123129
}
124130

125131
detekt {

0 commit comments

Comments
 (0)