Skip to content

Commit a8e2836

Browse files
committed
fix: disable language split in bundle configuration
See: FossifyOrg/General-Discussion#242
1 parent 69da0cf commit a8e2836

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
@@ -112,6 +112,12 @@ android {
112112
warningsAsErrors = true
113113
baseline = file("lint-baseline.xml")
114114
}
115+
116+
bundle {
117+
language {
118+
enableSplit = false
119+
}
120+
}
115121
}
116122

117123
detekt {

0 commit comments

Comments
 (0)