Can't Get Root View From Data Binding After Enabling Safe-args Plugin
I'm working on an Android app using dataBinding and am currently trying to add the safe-args plugin, but after enabling the plugin, I can no longer get the root view via binding.ro
Solution 1:
Solution 2:
I have the same issue, it's so wired for me, but just rename the layout will work again, try to it :D
Solution 3:
I have the similar issue but only in included layout, perform these operations work for me
Build -> Clean Project
Build -> Rebuild Project
Post a Comment for "Can't Get Root View From Data Binding After Enabling Safe-args Plugin"