-
-
Notifications
You must be signed in to change notification settings - Fork 93
Description
When I open a fresh Skip project in the latest Android Studio Panda 1 | 2025.3.1 Patch 1, after Gradle sync, it prompts me to "Migrate to Gradle Daemon toolchain"
Migrate to Gradle Daemon toolchain
Projects using Daemon toolchain allow builds to automatically detect installed toolchains given the defined JVM criteria or download a compatible one if cannot be found locally. In addition, using the Daemon toolchain aligns the selection between CLI and IDE, avoiding spawning multiple Daemons improving performance but also makes it simple to handle the required toolchain on different machines.
The "Learn More" link points to https://docs.gradle.org/current/userguide/gradle_daemon.html#daemon_jvm_criteria but I think they meant to link to this section: https://docs.gradle.org/current/userguide/gradle_daemon.html#sec:configuring_daemon_jvm