-
Pour moi il y a 3 options
- Dagger/Hilt
- Koin
- DI manuelle
Le choix a ultimement assez peu de conséquences étant donné la taille du projet, donc plutôt basse priorité
## Pros & Cons
- …
-
I found this error when the app initialize.
```
Cannot get nativeLoad method
java.lang.NoSuchMethodException: nativeLoad [class java.lang.String, class java.lang.ClassLoader, class java.lang.S…
-
In my project when I want to use `get()` or `inject()` functions I have to specify types explicitly, which makes huge overhead in the project.
**See PR: https://github.com/InsertKoinIO/koin/pull/17…
-
val viewmodel: MyViewModel= getViewModel(
key = MyViewModel::class.getFullName(),
factory = viewModelFactory { MyViewModel(userDataRepository) }
Is it possible to koinInject??
-
**Describe the bug**
I'm using Koin Annotations. I have a NetworkModule class, and when I assemble the APK, I get an error when the return type is currently nullable string. However, when I change th…
-
Hi Touchlab,
I tried to implement CrashKiOS for our project and was successful when the app was built for development on iOS. In the production environment, there was a crash immediately after the …
-
In my current Android application I have used the following gradle deps
```
koin-bom = "4.0.0"
koin-bom = { module = "io.insert-koin:koin-bom", version.ref = "koin-bom" }
koin-core = { module …
-
After updating Kotlin to `2.0.0-Beta3` and KSP to `2.0.0-Beta3-1.0.17` (with `ksp.useKSP2 = false`) I started seeing an issue where code generated from the android source set can't see code that is in…
-
```
ERROR
_this.randomUUID is not a function
TypeError: _this.randomUUID is not a function
at kotlin.uuid.randomUUID_$external_fun (webpack-internal:///./kotlin/ComposeApp.uninstantiated.mjs:1…
-
Subscribe to this issue and stay notified about new [daily trending repos in Kotlin](https://github.com/trending/kotlin?since=daily).