In the intellij Logs I'm getting a lot of log mess...
# gradle
j
In the intellij Logs I'm getting a lot of log messages like this:
Copy code
2017-02-21 16:11:08,981 [ 177485]   WARN - finder.JvmIDEVirtualFileFinder - There are 3 classes with same fqName: kotlin/io/FilesKt__FilePathComponentsKt found.
b
jlleitschuh: the Kotlin jars might appear twice in the classpath, I can’t see where the 3rd reference would be coming from. In any case, that didn’t seem to be a problem in the past.
j
Any other suggestions on what I should try?