I'm a bit confused by the difference between impor...
# android
h
I'm a bit confused by the difference between importing
kotlinx.android.synthetic.main.activity_main.*
and
kotlinx.android.synthetic.main.activity_main.view.*
. Could anyone explain this?