We’ve got a multiplatform compiler plugin in Zipli...
# compiler
j
We’ve got a multiplatform compiler plugin in Zipline. When I upgraded from Kotlin 1.6.21 to 1.7.10 I was surprised to learn that we must use the embeddable plugin everywhere including Kotlin/Native. In particular our
ComponentRegistrar
now uses
<http://org.jetbrains.kotlin.com|org.jetbrains.kotlin.com>.intellij.mock.MockProject
on all platforms. (We had been using
com.intellij.mock.MockProject
for Kotlin/Native). Is this expected? It’s awesome
j
ooooh nice
Thanks for the link!