resolvedSharedProjectPath

abstract val resolvedSharedProjectPath: Provider<String>

The selected shared KMP project path.

Resolves later than the rest of this view unless modules { shared } is declared. Without it the path comes from detecting a sole Kotlin Multiplatform project, which is only known after every project has been evaluated, so get() during configuration fails with no value. Either declare the module or read this through a task input.