Skip to content

Enable Gradle Isolated Projects#1680

Draft
kaeawc wants to merge 10 commits intomainfrom
jp/gradle-isolated-projects
Draft

Enable Gradle Isolated Projects#1680
kaeawc wants to merge 10 commits intomainfrom
jp/gradle-isolated-projects

Conversation

@kaeawc
Copy link
Collaborator

@kaeawc kaeawc commented Dec 21, 2025

This PR enables Gradle's https://docs.gradle.org/current/userguide/isolated_projects.html feature (org.gradle.unsafe.isolated-projects=true), which allows Gradle to parallelize project configuration and improve configuration caching. So far I have the codebase building correctly with it, but I still need to do some testing to make sure I haven't created any breaking changes for consumers of the plugin.

@@ -0,0 +1,27 @@
/*
* Copyright (C) 2022 Slack Technologies, LLC
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: copyrights are wrong for a lot of these

import org.jetbrains.kotlin.gradle.dsl.abi.ExperimentalAbiValidation

// KSP doesn't support isolated projects yet
// See: https://github.com/google/ksp/issues/XXXX (TODO: file upstream issue)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

google/ksp#1943 I think is the one they're using

Fix copyright years (2022 -> 2026) on new files and replace KSP issue
placeholder with actual link (google/ksp#1943).

Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants