As soon as I updated to Android Studio 3.5, I started running into compilation errors. My app is using both Java and Kotlin. I have some legacy Java code using data binding. Somehow the Kotlin compiler complains about unable to find Java bindings.
I have tried the following
- Invalidate cache/restart
- Delete .gradle
- Re-importing project