Hilt: compilation error for inherited Fragments · Issue #1910 · google/dagger

Compilation fails for the next code: @AndroidEntryPoint open class CreateNoteFragment: Fragment() { @Inject lateinit var someValA: SomeClassA ... } @AndroidEntryPoint class EditNoteFragment: Create...