Disable language splits

See https://github.com/FossifyOrg/General-Discussion/issues/242
This commit is contained in:
Naveen Singh 2024-12-26 14:11:38 +05:30
parent 6936a10345
commit 3b4f084a83
No known key found for this signature in database
GPG key ID: AF5D43C216778C0B

View file

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