koin-getting-started icon indicating copy to clipboard operation
koin-getting-started copied to clipboard

Getting Started Sample Projects

Results 5 koin-getting-started issues
Sort by recently updated
recently updated
newest added

`Koin Gradle Setup` link is broken at the README.

See: https://github.com/InsertKoinIO/koin-getting-started/pull/3

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)...