-
versions:
kotlin 1.9.x-2.0.20
kodein: 7.21.2 - 7.22.0
**target: iOS**
reproduce steps:
```
interface Dice {
fun getName(): String
}
class DiceImpl : Dice {
override fun getName…
-
i'm facing while working with weather forecast implemented as done in tutorial since then i'm facing kodein binding issue
Issue: org.kodein.di.Kodein$NotFoundException: No binding found for bind()…
-
Is Kodein the only DI tool that can be used or its just preference.
I Use Koin before multiplaform and want to know if i can use it
-
I have attempted to port Kodein to Ktor 3 myself, as only two changes were required, however one test is failing: https://github.com/stashymane/Kodein/commit/89a4d60fd72ecd24d4e0cd5c2caad05660559413
…
-
Steps to reproduce:
1. Create a project and apply gradle configuration as specified in "examples" found on the interweb
2. Write Unit test in iosTest source set
```
class DataProviderTests …
-
- [x] I have read the [guidelines for submitting issues](https://jmfayard.github.io/refreshVersions/contributing/submitting-issues/)
## 🐛 Describe the bug
The bug is visible here: https://github.c…
-
Hi,
I'm developing an android application using kodein-db and I have been using this code to get all results from MyData class:
```
val list = db.find(MyData::class).all().useModels { it.toList()…
tepel updated
2 years ago
-
```
Exception in thread "main" java.lang.UnsatisfiedLinkError: /home/elvispereira/.cache/Kodein-DB/0.9.0-beta/libkodein-leveldb-jni.so: /home/elvispereira/.cache/Kodein-DB/0.9.0-beta/libkodein-leveld…
-
Services like https://klibs.io might rely on scm urls to group artifacts under the same project
It seems like this repository publishes a couple of Kotlin Multiplatform artifacts that have the wron…
-
We should create an `engine` module which describes the interface for mapping Dagger into a separate DI framework. Then the `android` module can depend on the engine. `Kodein` would be provided as a d…