-
Language of the talk:
- [X] 🇫🇷
- [ ] 🇬🇧
## About you
* Name: Arnaud Giuliani
* Link to profile picture (best quality you have): https://www.ekito.fr/img/team/aguiliani.jpg
* Job title: Déve…
-
**Describe the bug**
After naming a qualifier to set it as parameter to an injection while writing a white-box test, `NoBeanDefFoundException` is being triggered.
> org.koin.core.error.NoBeanDef…
-
**Unresolved reference: inject**
Hi, I'm a newbie for DI. Trying to use KOIN to test modules in my Android apps.
```
import org.junit.After
import org.junit.Before
import org.junit.Test
import…
-
**Describe the feature you'd like**
At its core, dependency injection is just the principle of `"tell, dont ask"` put into practice; for instance, if a **class A** needs to use an instance of **cla…
-
I am new to Koin as I am trying to move my code from Dagger 2 to Koin. I have MVP architecture android project. With Dagger 2 I used to have a class like this:
```
abstract class BaseActivity :
…
-
Calling `declareMock()` using a qualifier fails with an error message similar to `No definition found for 'ClassNameHere has been found. Check your module definitions`.
It does work correctly whe…
-
Is your feature request related to a problem?
- I just wonder if this library will support Kotlin Native in the future or not?
Thanks a lot
-
After updating from com.google.firebase:firebase-firestore:17.1.3 to com.google.firebase:firebase-firestore:17.1.4 my build started failing. My understanding is that this is due to the JetifyTransform…
-
Version: 1.1.3
Issue: I am receiving a DateTime object from a server and am attempting to parse as a Date but every time the object returns I get a parse exception:
`
java.lang.IllegalArgumentEx…
-