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
Add org.gradle.tooling.parallel=true to gradle.properties to enable parallel Gradle model building during IDE sync (Gradle 9.4+), which speeds up sync for this multi-module project.
Add
org.gradle.tooling.parallel=trueto gradle.properties to enable parallel Gradle model building during IDE sync (Gradle 9.4+), which speeds up sync for this multi-module project.