Skip to content

Commit 19267ff

Browse files
committed
Disable language splits
See FossifyOrg/General-Discussion#242
1 parent 7d722d2 commit 19267ff

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/build.gradle.kts

+7
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,13 @@ android {
9494
warningsAsErrors = true
9595
baseline = file("lint-baseline.xml")
9696
}
97+
98+
bundle {
99+
language {
100+
@Suppress("UnstableApiUsage")
101+
enableSplit = false
102+
}
103+
}
97104
}
98105

99106
detekt {

0 commit comments

Comments
 (0)