Hi, I put both kotlin-compiler and selenium-chrom...
# announcements
a
Hi, I put both kotlin-compiler and selenium-chrome-driver in my class path. Selenium now complains about java.lang.NoSuchMethodError: com.google.common.collect.ImmutableList.copyOf(…) because it uses a newer version of Guava than the version compiled in into kotlin-compiler. I can solve the problem in Gradle by excluding jars but I found no way to work around that in IntelliJ. For me that problem seems not solvable. Am I right?