andydevacc/RetrofitLifecycle

I do not know what caused it ...

Closed this issue · 1 comments

annotationProcessor 'com.github.luckyandyzhang.RetrofitLifecycle:retrofit-lifecycle-compiler:1.0.0'

Failed to resolve: com.github.luckyandyzhang.RetrofitLifecycle:retrofit-lifecycle:1.0.0
No more tips


//annotationProcessor 'com.github.luckyandyzhang.RetrofitLifecycle:retrofit-lifecycle-compiler:1.0.0'
Is this superfluous, ? no it can run

annotationProcessor 'com.github.luckyandyzhang.RetrofitLifecycle:retrofit-lifecycle-compiler:1.0.0'

Failed to resolve: com.github.luckyandyzhang.RetrofitLifecycle:retrofit-lifecycle:1.0.0
No more tips

//annotationProcessor 'com.github.luckyandyzhang.RetrofitLifecycle:retrofit-lifecycle-compiler:1.0.0'
Is this superfluous, ? no it can run

@llong0807 'com.github.luckyandyzhang.RetrofitLifecycle:retrofit-lifecycle-compiler:1.0.0' is needed by annotation processor to generate code.

Did you forget to add maven { url 'https://jitpack.io' } in your root build.gradle ? see Usage