I'm using `LayoutContainer` for extensions to get ...
# android
j
I'm using
LayoutContainer
for extensions to get
findViewById
caching. Is there any way to have the generated
findCachedViewById
marked as Nullable? The result has a definite possibility of being null, but null checking is not being enforced.