projectPaths

abstract val projectPaths: ListProperty<String>

Exact Gradle project paths whose selected browser targets may receive the generated helper, for example ":shared" or ":apps:web". Default empty.

When empty, the plugin may use the uniquely resolved shared KMP project. It must fail on ambiguity instead of generating the same top-level API into every KMP module. Entries must be absolute Gradle paths and must identify projects that apply Kotlin Multiplatform.