Disable language splits

See https://github.com/FossifyOrg/General-Discussion/issues/242
This commit is contained in:
Naveen Singh
2024-10-25 22:02:30 +05:30
parent c443b634bb
commit 98240e1974

View File

@@ -97,6 +97,13 @@ android {
warningsAsErrors = true
baseline = file("lint-baseline.xml")
}
bundle {
language {
@Suppress("UnstableApiUsage")
enableSplit = false
}
}
}
detekt {