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.root - Android Studio gives the error: Unresolved Reference None of the following candidates is applicable because of a receiver type mismatch: * internal val File.root: File defined in kotlin.io How can I get databinding and safe-args to play nice together? Note that while the code snippet is in Kotlin I will happily