subprojectPlugins

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

Applied plugin class names per subproject - used for module type detection.

Format: Map<subprojectPath, List<pluginClassName>>