Extensions quick tip = if you wish to keep the nam...
# android
d
Extensions quick tip = if you wish to keep the names of some of your xml elements, you can do a rename:
import kotlinx.android.synthetic.main.content_main.recyclerView as customName
then call
customName.adapter
etc