Skip to content

Kotlin + RxJava2 + RxAndroid2 + Retrofit + OkHttp logging + Gson + Dagger 2 + ButterKnife + Junit + Mockito + Circle CI + Travis CI

Notifications You must be signed in to change notification settings

parksangkil/Dagger2

 
 

Repository files navigation

Google Dagger 2 (Demo)

Build Status CircleCI codecov

Fully static, compile-time dependency injection framework for both Java and Android.

Configuration

build.gradle application module level
dependencies {
    ...
    implementation 'com.google.dagger:dagger:2.9'
    kapt 'com.google.dagger:dagger-compiler:2.9'
}

About

Kotlin + RxJava2 + RxAndroid2 + Retrofit + OkHttp logging + Gson + Dagger 2 + ButterKnife + Junit + Mockito + Circle CI + Travis CI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 67.0%
  • Java 33.0%