fix: disable language split in bundle configuration

See: https://github.com/FossifyOrg/General-Discussion/issues/242
This commit is contained in:
Naveen Singh
2025-05-07 06:33:56 +05:30
committed by Naveen Singh
parent 69da0cf979
commit a8e2836c29

View File

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