Hi there. I’m trying to create a Kotlin compiler p...
# random
h
Hi there. I’m trying to create a Kotlin compiler plugin but getting an error and a bit stuck…hope someone has a wisdom to solve it 🙇 The thing is
org.jetbrains.kotlin.compiler.plugin.ComponentRegistrar not found
error is shown but there’s a file in jar… here’s a sample that reproduces the problem: https://github.com/hotchemi/kotlin-gradle-subplugin-example