Hi, one of the things I find difficult while building compiler plugins is that source jar for kotlin-compiler-embeddable is empty. I'm trying to build Gradle plugin for generating this jar from git sources, but with mixed results (https://gradle-community.slack.com/archives/CA745PZHN/p1597353800010600)
In any case, is uploading source jar with files on roadmap?
👍 2
➕ 1
r
ralf
08/18/2020, 3:09 PM
Maybe it helps. I usually use the latest dev Kotlin version while working on the plugin and download the sources from Github. Then I link the sources manually.
s
shikasd
08/18/2020, 8:16 PM
You can also checkout the release branch for your version and link it there 🙂
m
mbonnin
11/03/2020, 3:02 PM
That's all good workarounds but the reason we all love IntelliJ is that it does all that automagically