this issue along with lack of consistent caching behavior has me wanting to use databinding or butterknife over the kotlin extensions.
k
khacpv
05/22/2017, 6:45 PM
Thanks, hope supported soon!
l
louiscad
05/22/2017, 7:03 PM
@trevjones Use kotterknife or your own code to do it
t
trevjones
05/22/2017, 7:04 PM
yea currently doing manual find by ID in places where the variant isn’t supported. Then using lazy delegates for caching when using the view extensions.