Hi,
I have started to work on a idea plugin project (using gradle + org.jetbrains.intellij gradle plugin).
The project depends on the org.jetbrains.kotlin plugin API.
I did the following in build.gradle.
intellij {
version ‘IC-173.4548.28’
updateSinceUntilBuild = false
plugins [‘org.jetbrains.kotlin:1.2.41-release-IJ2017.3-1’]
pluginName ‘myplugin’
}
I don’t know what to do (in gradle) to get rid of compilation errors related to kotlin plugin API.
See the picture.
Thank you in advance for any guidance in this matter.