Disable language splits

See https://github.com/FossifyOrg/General-Discussion/issues/242
This commit is contained in:
Naveen Singh
2025-03-12 14:20:36 +05:30
parent 69f29435c3
commit 1cbeab42ea

View File

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