Heads up: Kotlin compiler plugins compiled with Kotlin 1.3 can’t be used in projects using Kotlin 1.4 M3 (M2 is fine). I filed a ticket and added a sample to reproduce the issue: https://youtrack.jetbrains.com/issue/KT-40214
t
turansky
07/12/2020, 2:03 AM
It’s expected breaking change as I understand.
1.4
has updated/changed plugin API.
r
ralf
07/12/2020, 2:17 AM
I don’t see a breaking change in my plugin. But yes, seems to be the case.