Android Studio 2.3 Issues With Databinding

I recently updated to Android Studio 2.3 which now includes gradle plugin 3.3. After upgrading I tried compiling and ran into issues with one of the classes that had data binding implemented. I came across data binding errors that looked like: error: package com.myproject.com.databinding does not exist Through some research I was able to get the error resolved by adding […]