Why kotlin-android-extensions plugin doesn't cache...
# android
s
Why kotlin-android-extensions plugin doesn't cache views inside custom view?
m
Because nobody wrote code to cache them there :)
s
So why in bytecode is generated additional method
public View _$_findCachedViewById(int var1)
, which is unused?