How to downgrade Kotlin in Intellij 15

前端 未结 1 1250
傲寒
傲寒 2021-01-17 19:08

For a project of mine I need to use Kotlin 1.0.0-1038 (beta), but to install it I probably need to uninstall the newer version of kotlin, but it has no uninstall button wher

相关标签:
1条回答
  • 2021-01-17 19:32

    IMPORTANT UPD: as @yole commented, this is a bad solution as it will break things. There is no proper way to downgrade a bundled plugin without breaking the installation. Instead, consider upgrading the project to the up-to-date Kotlin version.

    You have the plugin bundled with IntelliJ IDEA. On your own risk, you can delete its folder manually from IntelliJ IDEA installation (plugins/kotlin subfolder). After that you will be able to install whatever compatible version of the plugin from zip distribution, but your IDEA installation will be broken (see the comment).

    0 讨论(0)
提交回复
热议问题