Hello! Why generated code of getting view by id fr...
# android
p
Hello! Why generated code of getting view by id from
kotlinx.android.synthetic
use
HashMap<Int, View>
as view cache? Not
SparseArray
or own implementation of
Int => View
mapping