yeah there migth be a small issue with gcs support...
# refreshversions
n
yeah there migth be a small issue with gcs support.. and that is.. it might override versions of guava and other google libs that then fail at runtime when loading the plugin i have this error
Copy code
Caused by: java.lang.NoSuchMethodError: com.google.common.collect.ImmutableList.toImmutableList()Ljava/util/stream/Collector;
	at com.android.build.gradle.internal.TaskManager.<init>(TaskManager.java:371)
not sure if thats the cause.. or not but it is weird
l
Can you compare with a mavenLocal built version?
n
this is with a few fixes and published to mavenLocal and it works once i remove the dependency (and code that relies on it)
l
So there's an issue with Guava at runtime likely caused by version mismatch and broken binary compatibility?
n
that is how it looks like
l
Was there a revision that worked on your project?
n
none from what i could tell .. for now i am just harcoding depedendnecies on gcs
l
What do you mean by hardcoding dependencies on GCS?