Giter Site home page Giter Site logo

app-tasker's People

Contributors

samdantetteh avatar

Watchers

 avatar  avatar

app-tasker's Issues

Application failing to build with Dagger error

Application failing to build with Dagger error below.

/Users/samdan/StudioProjects/AppTasker/app/build/tmp/kapt3/stubs/debug/com/ijikod/apptasker/di/ApplicationComponent.java:11: error: [Dagger/MissingBinding] @com.ijikod.apptasker.di.modules.ApplicationModule.LocalDataSource com.ijikod.apptasker.data.source.persistance.TasksLocalDataSource cannot be provided without an @Provides-annotated method.
public abstract interface ApplicationComponent extends dagger.android.AndroidInjector<com.ijikod.apptasker.AppTaskerApplication> {
                ^
      @com.ijikod.apptasker.di.modules.ApplicationModule.LocalDataSource com.ijikod.apptasker.data.source.persistance.TasksLocalDataSource is injected at
          com.ijikod.apptasker.data.repository.TasksRepository(localDataSource, …)
      com.ijikod.apptasker.data.repository.TasksRepository is injected at
          com.ijikod.apptasker.di.modules.ApplicationModuleBinds.bindRepository(repository)
      com.ijikod.apptasker.data.repository.TaskRepository is injected at
          com.ijikod.apptasker.domain.vm.AddTaskViewModel(taskRepository)
      com.ijikod.apptasker.domain.vm.AddTaskViewModel is injected at
          com.ijikod.apptasker.di.modules.AddTaskModule.bindViewModel(viewModel)
      java.util.Map<java.lang.Class<? extends androidx.lifecycle.ViewModel>,javax.inject.Provider<androidx.lifecycle.ViewModel>> is injected at
          com.ijikod.apptasker.di.factory.ViewModelFactory(creators)
      com.ijikod.apptasker.di.factory.ViewModelFactory is injected at
          com.ijikod.apptasker.di.factory.ViewModelBuilder.bindViewModeFactory$app_debug(factory)
      androidx.lifecycle.ViewModelProvider.Factory is injected at
          com.ijikod.apptasker.presentation.fragments.AddTaskFragment.viewModelFactory
      com.ijikod.apptasker.presentation.fragments.AddTaskFragment is injected at
          dagger.android.AndroidInjector.inject(T) [com.ijikod.apptasker.di.ApplicationComponent → com.ijikod.apptasker.di.modules.AddTaskModule_AddTaskDetailFragment$app_debug.AddTaskFragmentSubcomponent][WARN] Incremental annotation processing requested, but support is disabled because the following processors are not incremental: androidx.room.RoomProcessor (DYNAMIC).

I have looked at this for a day now and it's really drawing me back as I want to complete this application. Some help why this is happening will be appreciated.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.