Hey hey,
I'm trying to achieve project isolation working in project and I see Fladle is reported:
Violations:
- Project ':' accesses Project.extensions on subprojects
- Project ':' accesses Project.pluginManager on subprojects
Root cause: Fulladle's root plugin iterates subprojects to detect which ones have the com.android.application plugin applied (pluginManager.hasPlugin(...)) and to read their android {} extension.
Hey hey,
I'm trying to achieve project isolation working in project and I see Fladle is reported:
Root cause: Fulladle's root plugin iterates subprojects to detect which ones have the com.android.application plugin applied (pluginManager.hasPlugin(...)) and to read their android {} extension.