chrmelchior
01/20/2020, 10:39 PMThe provided plugin io.arrowkt.example.MetaPlugin is not compatible with this version of compiler
and JS builds are throwing
project ':create-plugin' is not configured for JS usage
I disabled JS as it wasn’t something I was planing on targeting anyway, but the macOS error is a bit puzzling. Searching this Slack I can see various other reports of it, but the reasons seem a bit different. I would kinda assume that everything uses the same version of Kotlin all dependency versions are only defined in one place. Anyone got any ideas what could be causing it?shikasd
01/21/2020, 2:47 AMcom.intellij.*
instead of <http://org.jetbrains.kotlin.com|org.jetbrains.kotlin.com>.intellij
provided by compiler embeddable.
You can try to relocate it with shadowJar using config like this: https://github.com/arrow-kt/arrow-meta/blob/master/compiler-plugin/build.gradle#L55chrmelchior
01/21/2020, 8:59 AMchrmelchior
01/21/2020, 2:49 PMshikasd
01/21/2020, 5:18 PMchrmelchior
01/21/2020, 6:33 PMrusshwolf
04/23/2020, 3:06 AMNabil
05/14/2020, 12:50 AMchrmelchior
05/15/2020, 8:43 PM