Skip to content

Conversation

@liutikas
Copy link
Collaborator

Fixes #1842

@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()) {

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

Si

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