[kotlin android extensions] How should we use the ...
# android
p
[kotlin android extensions] How should we use the function
clearFindViewByIdCache
that is generated when implementing the
LayoutContainer
interface? To me it seems broken (or not implemented really) right now, I can't invoke it without getting a
NullPointerException
etc (@Paul Woitaschek did you find any info on this? Seems like I have to use Butterknife with Conductor to be able to clear/rebind properly)