e80988d98c
Collecting 'moduleInfo' is required for the old history-file-based incremental compilation approach. And the way how it is being collected violates Gradle project-isolation feature as it accesses all Kotlin compile tasks from other Gradle subprojects. When the new IC based on classpath snapshot is enabled, the plugin will not collect 'moduleInfo' making it compatible with project isolation. ^KT-59826 Fixed