thanh
09/16/2019, 10:25 AMshikasd
09/16/2019, 11:43 AMraulraja
09/16/2019, 11:47 AM@extension object Whatever: TypeClass<Whatever>
and you users want call site automatic resolution they would need the plugin so we can scan their call sites.
Kotlin compiler plugins are much more than kapt and codegen and is not limited to stubs since you can also alter body function resolution like the Typeclass plugin does.thanh
09/16/2019, 12:16 PM