projects
Adds one or more project paths to projects.
This adds, never replaces, so repeated calls pile up.
projects(":shared", ":apps:web")Content copied to clipboard
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.