Note it still uses `findViewById` instead of `_$_f...
# android
n
Note it still uses
findViewById
instead of
_$_findCachedViewById
. Is it a bug? Or is there something else going on with view classes? The Activity generated code does use the proper method.
Ah, I found https://youtrack.jetbrains.com/issue/KT-10542. Unfortunately, no activity since 2015
r
Why not using synthetic?