Skip to content

Commit

Permalink
Merge pull request #11 from teogor/bugfix/compose-resources-prebuild-…
Browse files Browse the repository at this point in the history
…dependency

Introduce dependency on generated compose resources task for preBuild phase
  • Loading branch information
teogor authored Feb 23, 2024
2 parents e8ad406 + 48c26df commit 79c8514
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class XmlResources(data: FoundationData) : Blueprint(data) {
}

val generateSupportedLocalesTaskProvider = project.tasks.register<GenerateValuesTask>(
"generateValues${variant.name.capitalized()}",
"generateComposeResourcesForLocale${variant.name.capitalized()}",
) {
valuesListInput.set(languageListTaskProvider.flatMap { it.languageTagListOutput })
outputDir.set(kotlin)
Expand Down

0 comments on commit 79c8514

Please sign in to comment.