Can someone help me understand why two Gradle daem...
# community-support
н
Can someone help me understand why two Gradle daemons are being spawned when I run for i.e. “Clean Project” in Android Studio in a project with
build-tools
as includedBuild? I’ve configured the AS to use the Gradle wrapper (version 8.14.3), but for some reason, another daemon starts up using the 9.0-milestone-1 distribution.
Ok, I found out that this is exclusive to AS “Clean Project” and rebuild options in build menu
👌 1