Results 3 comments of Suladis

Noion's solution worked for me with a small alteration: ``` pluginManagement { repositories { google() mavenCentral() gradlePluginPortal() } } dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { google() mavenCentral() maven { url =...

Looking forward to it, are there any recommended workarounds that you’d recommend?

No worries at all. I appreciate you trying to help!! That is a great workaround but I'm trying to figure out how to best figure this issue out for future...