Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Isolated Projects #76

Open
1 of 3 tasks
pioterj opened this issue Dec 14, 2023 · 0 comments
Open
1 of 3 tasks

Isolated Projects #76

pioterj opened this issue Dec 14, 2023 · 0 comments

Comments

@pioterj
Copy link
Member

pioterj commented Dec 14, 2023

Isolated Projects is a Gradle feature that extends the configuration cache to further improve performance, in particular the performance of Android Studio and IDEA sync.

When isolated projects is enabled, the configuration model of Gradle projects are "isolated" from each other. This means that build logic, such as build scripts or plugins, applied to a project cannot directly access the mutable state of another project. This allows configuration and tooling model creation for each project to safely run in parallel and the result cached and invalidated for each project independently.

Tasks

@pioterj pioterj converted this from a draft issue Dec 14, 2023
@oleg-nenashev oleg-nenashev moved this from Starting Soon to Considered in Gradle Build Tool roadmap Apr 15, 2024
@ljacomet ljacomet changed the title Stable Isolated Projects Isolated Projects Sep 4, 2024
@ljacomet ljacomet moved this from Backlog to Current initiatives in Gradle Build Tool roadmap Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Current Themes
Development

No branches or pull requests

2 participants