What can be the issue ```Caused by: org.gradle.api...
# community-support
e
What can be the issue
Copy code
Caused by: org.gradle.api.internal.AbstractMutationGuard$IllegalMutationException: Project#afterEvaluate(Action) on project ':lib:robolectric-plain' cannot be executed in the current context.
I'm trying to apply conditionally plugin that is defined in the
buildSrc
n
related to https://github.com/gradle/gradle/issues/26863 you should probably run with
--stacktrace
to try and figure out where the error occurs
e
Yeah, I did
Oke, we don't use that plugin, so hope to find the reason