Is there an up to date tutorial for writing a kotlin compiler plugin for kotlin 1.7.10?

I am interested in developing a kotlin compiler plugin but have no prior experience. From googling for a tutorial, I found this slide deck. However, when I got to the Subplugin part, I could not resolve the name KotlinGradleSubplugin. Upon further investigation, KotlinGradleSubplugin has been removed in the latest major kotlin version.

1 Like

Writing your second Kotlin compiler plugin by bnorm!! :smile:

1 Like