Hello everyone, a noob about compiler plugins here...
# compiler
g
Hello everyone, a noob about compiler plugins here. Please, I have question: Is it possible to write a compiler plugin that targets a language or platform not officially supported by the Kotlin compiler? If so, how does one start? Thanks.
e
no, a new target platform cannot be added by a plugin. #python is working on one now; you can see what they're up to
g
Thanks, I'll check it out.