[Gradle] checkSourceSetVisibilityRequirements: Run in 'ReadyForExecution'
^KT-34662 Verification Pending
This commit is contained in:
committed by
Space Team
parent
ec2d8150fd
commit
4ba2107ec5
+4
-2
@@ -194,8 +194,10 @@ class KotlinMultiplatformPlugin : Plugin<Project> {
|
|||||||
|
|
||||||
UnusedSourceSetsChecker.checkSourceSets(project)
|
UnusedSourceSetsChecker.checkSourceSets(project)
|
||||||
|
|
||||||
project.runProjectConfigurationHealthCheckWhenEvaluated {
|
project.launchInStage(KotlinPluginLifecycle.Stage.ReadyForExecution) {
|
||||||
checkSourceSetVisibilityRequirements(project)
|
project.runProjectConfigurationHealthCheck {
|
||||||
|
checkSourceSetVisibilityRequirements(project)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user