Skip to content

Instantly share code, notes, and snippets.

View tejasna's full-sized avatar

Tejas Gupta tejasna

View GitHub Profile
Using Kotlin incremental compilation
:app:transformDataBindingWithDataBindingMergeArtifactsForDebug UP-TO-DATE
:app:kaptDebugKotlin
e: /Users/tejasna/AndroidStudioProjects/Ledger/app/build/tmp/kapt3/stubs/debug/xyz/ledger/dagger/AppComponent.java:9: error: retrofit2.Retrofit cannot be provided without an @Inject constructor or from an @Provides-annotated method.
e:
e: public abstract xyz.ledger.data.Api provideApi();
e: ^
e: retrofit2.Retrofit is injected at
e: xyz.ledger.dagger.NetworkModule.api$app_debug(tickerRetrofit)