diff --git a/resources-generator/src/main/kotlin/dev/icerock/gradle/generator/factory/PluralGeneratorFactory.kt b/resources-generator/src/main/kotlin/dev/icerock/gradle/generator/factory/PluralGeneratorFactory.kt index d97efeca..52a3b50e 100644 --- a/resources-generator/src/main/kotlin/dev/icerock/gradle/generator/factory/PluralGeneratorFactory.kt +++ b/resources-generator/src/main/kotlin/dev/icerock/gradle/generator/factory/PluralGeneratorFactory.kt @@ -47,7 +47,7 @@ internal class PluralGeneratorFactory( strictLineBreaks = strictLineBreaks ), platformResourceGenerator = createPlatformPluralGenerator(), - filter = { include("**/plurals*.xml") } + filter = { include("**/plurals*.xml", "**/strings*.xml") } ) }