I don’t think there will be any.
Android Plugin adds a “fake” synthetic class specially for DataBinding components, and when you compile the app, IDEA sees the generated class and that fake one. If you try to open the component code, you will see the error (Duplicate class file …).
Kotlin thinks that something’s odd here and shows the “missing dependency” error.