Hazer/KotlinCompilerPluginExample
This is an example project that shows how to create a Kotlin Compiler Plugin.The plugin will print "Hello from" and the name of the file that is being compiled, as a compiler warning to the terminal log.
KotlinApache-2.0