You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
org.gradle.api.internal.AbstractMutationGuard$IllegalMutationException: NamedDomainObjectContainer#configureEach(Action) on configuration container cannot be executed in the current context.
at org.gradle.api.internal.AbstractMutationGuard.createIllegalStateException(AbstractMutationGuard.java:39)
at org.gradle.api.internal.AbstractMutationGuard.assertMutationAllowed(AbstractMutationGuard.java:27)
at org.gradle.api.internal.DefaultDomainObjectCollection.assertMutable(DefaultDomainObjectCollection.java:440)
at org.gradle.api.internal.DefaultDomainObjectCollection.configureEach(DefaultDomainObjectCollection.java:168)
at io.github.manriif.supabase.functions.kmp.JsDependencyKt.findProjectDependencies(JsDependency.kt:103)
The text was updated successfully, but these errors were encountered:
manriif
transferred this issue from manriif/supabase-edge-functions-kt-example
Jun 29, 2024
manriif
changed the title
Only pure KMP modules seem to work
[Bug]: Project sync fails when resolving project type dependencies on a project with a target other than JS
Jun 29, 2024
Summary
Adding android library to my plugins breaks gradle syncing.
What works
A pure KMP module like this works
What doesn't work
Adding an android library breaks it
With this exception
The text was updated successfully, but these errors were encountered: