Disable language splits

See https://github.com/FossifyOrg/General-Discussion/issues/242
This commit is contained in:
Naveen Singh
2025-03-30 04:23:42 +05:30
parent 1db9a30cf6
commit f8d0633858

View File

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