Skip to content

[WIP] Enable project isolation#2002

Closed
liutikas wants to merge 1 commit intoandroid:mainfrom
liutikas:ksp-isolated
Closed

[WIP] Enable project isolation#2002
liutikas wants to merge 1 commit intoandroid:mainfrom
liutikas:ksp-isolated

Conversation

@liutikas
Copy link
Copy Markdown
Collaborator

Fixes #1842

Comment thread settings.gradle.kts Outdated
@liutikas liutikas changed the title Enable project isolation [WIP] Enable project isolation Nov 26, 2025
@liutikas liutikas force-pushed the ksp-isolated branch 5 times, most recently from 2746e7b to bf7233f Compare December 1, 2025 22:35
override fun apply(target: Project) {
require(target.path == ":")
target.subprojects { configureGraphTasks() }
if (!buildFeatures.isolatedProjects.active.orElse(false).get()) {
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Suggested change
if (!buildFeatures.isolatedProjects.active.orElse(false).get()) {
if (!buildFeatures.isolatedProjects.active.orElse(false).get()) {

@Emmanu12
Copy link
Copy Markdown

Si

@liutikas liutikas closed this Mar 5, 2026
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.

[FR]: Make nowinandroid Gradle Isolated Projects compatible

3 participants