processWindsChildProjects

inline fun Project.processWindsChildProjects(crossinline action: Project.() -> Unit)

Applies a given action to all child projects that have the Winds plugin applied.

Parameters

action

The action to apply to each Wind-enabled child project.