Android Conductor Boilerplate Just another Android boilerplate repo. To use this you can simple clone the project or using this cool generator 💪 Technology Used Kotlin Conductor RxJava 2 Dagger 2 Retrofit ButterKnife Kotlintest Maintained By Esa Firman
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
dependencies {
compile 'com.github.aballano:kursor:x.x.x'
}