anyone know if there are any resources on how to w...
# random
k
anyone know if there are any resources on how to write a Kotlin compiler plugin? I'm talking about things like
kotlin-android-extensions
,
kotlin-allopen
,
kotlin-noarg
, etc. It's kind of hard to figure out the flow of it just from the source code (ex: https://github.com/JetBrains/kotlin/tree/master/libraries/tools/kotlin-allopen)