why can't I choose to use java language to develop plugins?

Answered

in my idea 2023.2 version. I can't choose language, and the project is in kotlin by default. how can I use java to develop plugins?

0
1 comment

Hi, 

You can use Java. Just create scr/main/java folder in your Gradle project and add Java source code files there.

You can also check one of the code samples, which uses Java: https://github.com/JetBrains/intellij-sdk-code-samples

0

Please sign in to leave a comment.