Migrate to multiplatform string resources (#10147)
* Migrate to multiplatform string resources * Move plurals translations into separate files * Fix lint check on generated files
This commit is contained in:
@@ -10,5 +10,13 @@ extensions.configure<KtlintExtension>("ktlint") {
|
||||
|
||||
filter {
|
||||
exclude("**/generated/**")
|
||||
|
||||
// For some reason this is needed for Kotlin MPP
|
||||
exclude { tree ->
|
||||
val path = tree.file.path
|
||||
listOf("/generated/").any {
|
||||
path.contains(it)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user