DrawerLayout not work as normal after upgrade buildtools, Android studio and migrate binding method
I recently update build tools, Android studio and migrate binding method from Kotlin synthetics to Jetpack view binding. I face a drawerlayout issue.
The navigation drawer does not open when I touch toolbarIndicator
The framelayout (drawer open from the right) does not open when I touch FloatingActionButton
I cannot set the data inside drawer_header
These issues occur after I update build tools, Android studio and migrate binding method.
Current configuration
buildToolsVersion 28.0.3...