This message was deleted.
# community-support
s
This message was deleted.
e
remove all other modules from being `include`d in
settings.gradle
?
configure-on-demand can skip configuring unrelated projects, but I'm not sure if it allows skipping compiling their build scripts or not
I think the long-term goal is for project isolation to make it safe to configure only a subset of projects
but for now, configure-on-demand and kotlin dsl don't play well together
https://docs.gradle.org/current/userguide/migrating_from_groovy_to_kotlin_dsl.html#before_you_start_migrating
Enabling the incubating configuration on demand feature is not recommended as it can lead to very hard-to-diagnose problems.
c
TIL. thanks