Skip to content

Migrate to Gradle Daemon Toolchain #620

@dfabulich

Description

@dfabulich

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"

Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions