ands.itemList?.forEach { it.data?.let { it1 -> ...
# android
h
ands.itemList?.forEach { it.data?.let { it1 -> mLists.add(it1) } } 😼It's a neat thing to do something complicated by Kotlin