I used data binding with Java for Android projects, now I'm migrating to kotlin and I found a wired issue when I try to access XML views from Activities or Fragments.
When I press CTRL + click on a view it jumps to MyActivityBinding.java
but it should jump to activity_main.xml
is there a way to change it?