martmists
06/23/2025, 9:29 PMorg.gradle.api.internal.plugins.PluginApplicationException: Failed to apply plugin 'org.jetbrains.kotlin.jvm'.
...
org.gradle.api.internal.DefaultMutationGuard$IllegalMutationException: Gradle#projectsEvaluated(Action) on build 'project_root_name' cannot be executed in the current context.
...
The dependency is added as api(project(":B", "namedElements"))
as required by the toolchain.
How would I go about fixing it?tapchicoma
06/24/2025, 7:14 AMmartmists
06/24/2025, 9:39 AMtapchicoma
06/24/2025, 10:09 AMtasks.withType {}
API is confusing sad panda