Is there an easy way to figure out which version o...
# intellij-plugins
d
Is there an easy way to figure out which version of kotlin is bundled with different IDE versions?
d
Hm, I assume the answer is
Copy code
if IDEA vesrion > 2017.3, new File(intellij.extension.ideaDependency.ivyRepositoryDirectory, 'dependency.txt') contains version of Kotlin plugin that was used for building it.
👍 1
Thank you. Was hoping for something like a webpage with table though.