why would kotlin capture extra references in some ...
# announcements
x
why would kotlin capture extra references in some closure? Today I noticed a memory leak in my OnClickListener, and I decompile kotlin code and found that it capture some
Copy code
View
instance in the function.