KotlinCleanCode4Android
KotlinCleanCode4Android copied to clipboard
Writing clean code in Kotlin for Android
Results
1
KotlinCleanCode4Android issues
Sort by
recently updated
recently updated
newest added
Hello, I am following along with your article https://proandroiddev.com/kotlin-clean-code-for-android-part-1-3d01703ebea8. I tried to run the unit tests in your repo, and they are failing because of LeakCanary: > java.lang.NullPointerException at com.squareup.leakcanary.internal.LeakCanaryInternals.isInServiceProcess(LeakCanaryInternals.java:112)...