I’ve noticed that for custom view classes syntheti...
# android
d
I’ve noticed that for custom view classes synthetic property access with the kotlin Android extensions findViewById is getting called far too much. When looking at the decompiled bytecode every access uses findViewById and _$_findCachedViewById is never used. Has anyone else noticed this?