Android-Kotlin-Clean-Architecture
Android-Kotlin-Clean-Architecture copied to clipboard
Android Sample Clean Architecture App written in Kotlin
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...