Since a couple of days ago I’ve been trying to create a Kotlin compiler plugin with referring to https://github.com/JetBrains/kotlin/tree/master/libraries/examples/kotlin-gradle-subplugin-example.
I just created a tiny example, but the thing is that this sample only works with Kotlin 1.0.6.
If I update Kotlin version to 1.0.7 and up it will causes error that says:
JAR entry META-INF/services/org.jetbrains.kotlin.compiler.plugin.ComponentRegistrar
I’m pretty newbie around compiler module so have a low confidence about this behavior is intended or not.
Do you have any thoughts about it?