I am facing some issue while trying to get views u...
# android
t
I am facing some issue while trying to get views using
kotlinx
in case of my toolbar layout is in base module and trying to update the toolbar title in feature module. Android Studio suggests only layouts which are in feature module here
import kotlinx.android.synthetic.main.
not base module.