kapt An exception occurred: java.util.NoSuchElementException
I have a project where I'm using dagger version 2.18 (implementation "com.google.dagger
dagger2.18") in android studio 3.3 Beta 1 but when i run it, it fails with the error below
e/../../databinding/ActivityHomeBinding.java
46 error: cannot find symbol
@Nullable DataBindingComponent component) {
^
symbol: class DataBindingComponent
location: class ActivityHomeBinding
i: Note: [1] Wrote GeneratedAppGlideModule with: []
e: [kapt] An exception occurred:...