Skip to content

Commit

Permalink
Debug added dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Jul 28, 2024
1 parent 9ec2a2a commit 92c1e0f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ fun GradleConfiguredDependency.addToDependencies(project: Project): Dependency {
dependency = project.dependencies.platform(dependency)
}
project.dependencies.add(configurationName, dependency)
project.logger.info("$project: Added dependency to $configurationName: ${this.dependency.toKotlinCode()}")
return dependency
}

Expand Down

0 comments on commit 92c1e0f

Please sign in to comment.