https://kotlinlang.org logo
#intellij-plugins
Title
# intellij-plugins
d

Dmitry Kandalov

03/02/2019, 6:45 PM
Is there an easy way to figure out which version of kotlin is bundled with different IDE versions?
d

Dmitry Kandalov

03/02/2019, 6:58 PM
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.
2 Views