You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix 'Duplicate content roots detected' IDE warning during Gradle import (#4149)
settings.gradle.kts was erroneously creating an extra project in the hierarchy, confusing the IDE.
For example, 'plugins/toolkit' was creating: ':toolkit' and ':plugin-toolkit'
0 commit comments