I just integrated this library and when I run the application, I got this error:
java.lang.NoClassDefFoundError: Failed resolution of: Landroid/databinding/DataBinderMapper;
Caused by: java.lang.ClassNotFoundException: Didn't find class "android.databinding.DataBinderMapper" on path: DexPathList[ ...
I haven't enabled data binding in my app's module. Should I enable it? Library also uses Kotlin. Is that the cause?