Android-Kotlin-Clean-Architecture icon indicating copy to clipboard operation
Android-Kotlin-Clean-Architecture copied to clipboard

Android Sample Clean Architecture App written in Kotlin

Results 3 Android-Kotlin-Clean-Architecture issues
Sort by recently updated
recently updated
newest added

After updating gradle.property for the property `org.gradle.configureondemand=true`, it generate below error. `Cause: org.gradle.api.internal.initialization.DefaultClassLoaderScope@2c3c5fa9 must be locked before it can be used to compute a classpath! ` It works when setting...

Expected: * define Koin application and mock dependencies in test's `@Before` What's happening: * Feature module's `injectFeature()` is crashing the test because of duplicate dependencies I'm curious if you've faced...