I hope `kotlinc` will never have any kind of an of...
# android
v
I hope
kotlinc
will never have any kind of an official extensions API. If you really want to mess up with the language, then go ahead and just write a bytecode weaver. All of the examples above (JSON adapters, parcelable, cursor) can be easily implemented using bytecode post-processing.