android-parcelable-intellij-plugin-kotlin
android-parcelable-intellij-plugin-kotlin copied to clipboard
How to get the kotlin-plugin.jar
hi,i want to learn how to develop plugin for kotlin . but when i pull your project , the library about kotlin is not found. like "KtClass" and so on. please tell me how to build this project
See here. This project depends on the plugin org.jetbrains.kotlin
's jar. You need to add kotlin-plugin dependency to the module setting:
For getting the kotlin-plugin.jar
, you need to download the kotlin-plugin and extract it. And then you can find the kotlin-plugin.jar
in the extracted files.
oh thank you very much
------------------ 原始邮件 ------------------ 发件人: "nekocode"[email protected]; 发送时间: 2017年5月24日(星期三) 凌晨0:27 收件人: "nekocode/android-parcelable-intellij-plugin-kotlin"[email protected]; 抄送: "Mr.Right"[email protected]; "Author"[email protected]; 主题: Re: [nekocode/android-parcelable-intellij-plugin-kotlin] hello i wantto learn (#22)
See here. This project depends on the plugin org.jetbrains.kotlin's jar. You need to add kotlin-plugin dependency to the module setting:
For getting the kotlin-plugin.jar, you need to download the kotlin-plugin and extract it. And then you can find the kotlin-plugin.jar in the extracted files.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
check also https://www.jetbrains.org/intellij/sdk/docs/basics/plugin_structure/plugin_dependencies.html it's helped me to enable kotlin plugin in the gradle file