If I have multiple version of ie. guava on the classpath (its a gradle project), shouldnt IDEA order them by version in descending order when running from inside IDEA? Or is it undefined ?
h
hho
04/03/2019, 2:34 PM
I think in a Gradle project, Gradle assembles the classpath. It should also ensure that there aren't two versions of the same artifact on the classpath.
s
spand
04/03/2019, 2:37 PM
I have one foot outside the door but ought IDEA not use or replicate gradles behaviour ?
spand
04/03/2019, 2:38 PM
I mean I can see multiple libraries with differing version in the External Libraries pane
spand
04/03/2019, 2:38 PM
Cant really come up with a reason why not
h
hho
04/03/2019, 2:38 PM
I don't know. Use Maven! 🧌
In any case, it's probably not suited for this Slack, as it is not Kotlin specific.