Skip to content

Commit

Permalink
🐛 add ktProvider.configurations to the input of the task named genera…
Browse files Browse the repository at this point in the history
…teXXXKtProviderInitializerImpl
  • Loading branch information
985892345 committed Jan 17, 2024
1 parent a41e5cc commit 81f8ef6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ class KtProviderInitializerGenerator(
task.group = "ktProvider"
val dependModuleProjects = getDependModulePaths(ktProvider)
task.inputs.property("dependModulePaths", dependModuleProjects.map { it.path })
task.inputs.property("configurations", ktProvider.configurations)
task.outputs.dir(ktProviderSource)
task.doLast {
val selfInitializerClass = KtProviderExtensions.getInitializerClass(project)
Expand Down

0 comments on commit 81f8ef6

Please sign in to comment.