I've fully working application, then I've decided to migrate to viewBinding and it does not build anymore.
CodePudding user response:
It looks like you have a toggle_style.xml
file in your layout
directory that isn't actually a layout. You'll want to move that to the correct directory so that View Binding doesn't try to process that file.