I tried to compile your app but it fails. The data binding library specified in the build.gradle file is no longer needed. For those having this issue, just comment out the following line in the build.gradle file:
kapt 'com.android.databinding:compiler:3.1.2'
I tried to compile your app but it fails. The data binding library specified in the build.gradle file is no longer needed. For those having this issue, just comment out the following line in the build.gradle file: