android-parcelable-intellij-plugin-kotlin icon indicating copy to clipboard operation
android-parcelable-intellij-plugin-kotlin copied to clipboard

How to get the kotlin-plugin.jar

Open JDDJJ opened this issue 7 years ago • 3 comments

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

JDDJJ avatar May 23 '17 06:05 JDDJJ

See here. This project depends on the plugin org.jetbrains.kotlin's jar. You need to add kotlin-plugin dependency to the module setting:

image

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.

nekocode avatar May 23 '17 16:05 nekocode

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.

JDDJJ avatar May 24 '17 02:05 JDDJJ

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

Vovaxo avatar Jan 26 '19 11:01 Vovaxo