Does anyone know of a good guide for kotlin+Dagger...
# announcements
y
Does anyone know of a good guide for kotlin+Dagger in Android? Specifically is like to initialize an object's fields using injection to make mocking in tests easier.
b
yperess: I have developed clean MVP Architecture with Dagger2 + Retrofit2 https://github.com/burakeregar/KotlinMvpArchitecture
But I haven't added any test classes yet.
y
Thanks!