projects

fun projects(vararg paths: String)

Adds one or more project paths to projects.

This adds, never replaces, so repeated calls pile up.

projects(":shared", ":apps:web")

abstract val projects: ListProperty<String>

Exact Gradle project paths that receive the helper, absolute, such as ":shared" or ":apps:web". Each one must apply Kotlin Multiplatform.

Default: empty, which means modules.shared. Generation fails when no single project can be chosen safely.