but this: ```lateinit var binding: MainFragmentBin...
# android
a
but this:
Copy code
lateinit var binding: MainFragmentBinding
makes my compilation fail with:
Copy code
error: cannot access MainFragmentBinding
  class file for com.azabost.app.databinding.MainFragmentBinding not found
  Consult the following stack trace for details.
  com.sun.tools.javac.code.Symbol$CompletionFailure: class file for com.azabost.app.databinding.MainFragmentBinding not found
1 error

:app:compileDebugJavaWithJavac FAILED