koin-getting-started
koin-getting-started copied to clipboard
Getting Started Sample Projects
`Koin Gradle Setup` link is broken at the README.
See: https://github.com/InsertKoinIO/koin-getting-started/pull/3
moduel -> module
Note: I'm Kotlin beginner. I'm developing Back-End web app now, and writing unit test, and I'm following your tutorial till I came here to see the source code. But what...
```kotlin Process: org.example.project, PID: 11801 org.koin.core.error.NoDefinitionFoundException: No definition found for type 'org.koin.sample.UserPresenter'. Check your Modules configuration and add missing type and/or qualifier! at org.koin.core.scope.Scope.resolveFromContext(Scope.kt:532) at org.koin.core.scope.Scope.stackParametersCall(Scope.kt:281) at org.koin.core.scope.Scope.resolveInstance(Scope.kt:259) at org.koin.core.scope.Scope.resolveWithOptionalLogging(Scope.kt:232)...