androidstarters / kotlin-android-starter

[Kotlin Android] Kotlin Android starter based MVP/Dagger2/RxJava2/Robolectric/Espresso/Mockito. It provides a generator to fast create a Kotlin Android project.
602 stars 97 forks source link

Needs a proguard config #11

Closed humblerookie closed 7 years ago

humblerookie commented 7 years ago

Issue

Log

Warning:okio.DeflaterSink: can't find referenced class org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement
Warning:okio.Okio: can't find referenced class org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement
Warning:retrofit2.Platform$Java8: can't find referenced class org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement

This seems to be lacking a proper proguard rules, Are you guys cool if I contribute?.

ravidsrk commented 7 years ago

Please open the PR. We are happy to get the contribution from community.

humblerookie commented 7 years ago

This is addressed in https://github.com/androidstarters/kotlin-android-starter/pull/12