subprojectBuildFilePaths

@get:Input
abstract val subprojectBuildFilePaths: MapProperty<String, String>(source)

Repo-relative build file path per subproject, forward-slash separated.

Format: Map<subprojectPath, "feature/login/build.gradle.kts">. Read from the real Project.getBuildFile() rather than derived from the module path, so modules that do not follow the directory convention still resolve. Modules absent from this map fall back to the conventional location.