View gist:18a50cc803116adb48300b7a6d6c98b2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |