…so that all properties like: `val prop: String` w...
# kapt
g
…so that all properties like:
val prop: String
would implicitly become:
val prop: String by MyDelegate()
?