Can I create a compiler plugin (K1? K2?) that would convert `val` property into `lateinit var` ?
v
Can I create a compiler plugin (K1? K2?) that would convert
val
property into
lateinit var
?
j
In frontend or backend?
v
Preferrably in the frontend
you can try with that