-
I have integrated Koin into my Android project using the following dependencies:
api platform("io.insert-koin:koin-bom:3.5.6")
api "io.insert-koin:koin-android"
After upgrading the targetSdkVersi…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
The compose extensions allow you to inject a ViewModel while specifying a scope, but the activity and fragments one do not. They should both support the same parameters, otherwise one has to duplicate…
-
Koin extension not publishing for all targets
-
-
Hi, I am trying to set up the preview of the viewmodels. I am following the example from https://github.com/InsertKoinIO/koin/issues/1705.
```
@Preview
@Composable
fun MyScreenPreview() {
S…
-
Some dependencies in my project needs to be registered from iOS side (some platform implementations). Is there a way to do it?
Actually Koin has API to create a module, but the issue I faced is th…
-
I want to use Koin's extension functions for viewmodels' injections. Is there a way not to write `MvRxViewModelFactory` and use all the advantages of Koin? It's not very convenient to manually inject …
-
Vote on this comment (add an emoji) if you'd like us to prioritise adding support for Koin in Appyx Nodes.
-
My issues with Dagger include:
- https://github.com/google/dagger/issues/4303
- https://github.com/google/dagger/issues/3916
E.g. implement something along the lines of https://github.com/Insert…