Skip to content
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

Open
JDDJJ opened this issue May 23, 2017 · 3 comments
Open

How to get the kotlin-plugin.jar #22

JDDJJ opened this issue May 23, 2017 · 3 comments
Labels

Comments

@JDDJJ
Copy link

JDDJJ commented May 23, 2017

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

@nekocode
Copy link
Owner

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.

@JDDJJ
Copy link
Author

JDDJJ commented May 24, 2017 via email

@nekocode nekocode changed the title hello i want to learn How to get the kotlin-plugin.jar Aug 9, 2017
@Vovaxo
Copy link

Vovaxo commented Jan 26, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants