anyone got this problem with Kotlin IDEA plugin? s...
# android
j
anyone got this problem with Kotlin IDEA plugin? seems to be occuring for me pretty much non-stop:
Copy code
com.google.common.io.Files.newOutputStreamSupplier(Ljava/io/File;)Lcom/google/common/io/OutputSupplier;
java.lang.NoSuchMethodError: com.google.common.io.Files.newOutputStreamSupplier(Ljava/io/File;)Lcom/google/common/io/OutputSupplier;
	at com.android.tools.klint.checks.ApiLookup.writeDatabase(ApiLookup.java:602)
	at com.android.tools.klint.checks.ApiLookup.createCache(ApiLookup.java:228)
I’m on AS 2.2p4 if that matters