-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to get the kotlin-plugin.jar #22
Comments
See here. This project depends on the plugin For getting the |
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 |
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
The text was updated successfully, but these errors were encountered: