I was working on old android studio with gradle plugin 3.2.0 with KOIN and Room in MVVM Design Pattern.
Yesterday I had Updated my Android Studio to New Version 3.2.1, And after that when i am trying to compile my project I am getting Following Error.
error: cannot find symbol
protected TimeLineBind(DataBindingComponent _bindingComponent, View _root, int _localFieldCount,
I tried resolving by my Side and I have applied many solutions and also better one from Here but still i am unable to figure out the issue. I have tried migrating back to old Gradle 3.2.0 - i was working on, But still facing the same error.
I have also tried android.databinding.enableV2 = true solution,
but it didn't worked. I am wondering if anyone can help. I can update anything you want.