Skip to content

Commit

Permalink
fix newInstance<KotlinSourceSetDetails>
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-enko committed Nov 11, 2024
1 parent 7cf355c commit be8cf89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ private class KotlinSourceSetDetailsBuilder(
): NamedDomainObjectContainer<KotlinSourceSetDetails> {

val sourceSetDetails = objects.domainObjectContainer { name ->
objects.newInstance<KotlinSourceSetDetails>(name, projectPath)
objects.newInstance<KotlinSourceSetDetails>(name)
}

kotlinSourceSets.configureEach kss@{
Expand Down

0 comments on commit be8cf89

Please sign in to comment.