-
https://blog.csdn.net/mq2553299/article/details/82258623
-
**Describe the bug**
After Bintray was closed on 1st May I can't reach the library.
```
Could not resolve suparnatural-kotlin-multiplatform:fs:1.1.0.
```
**To Reproduce**
Add library depen…
-
Hello,
I'm not sure if the library is supposed to be thread safe, but I'm having an issue when accessing the database from multiple threads.
In particular, the problem seems to be in this section of…
-
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 …
-
## やりたいこと
- [x] DIでオブジェクトの依存を解決する
- [x] テスタブルな設計にする
- [ ] マルチモジュール化しても辛くないDIにする
- [ ] DIするオブジェクトはライフサイクルがわかりやすい形で宣言する
- [x] ViewModel への DI をいちいち Factory を作らなくても良いようにする。
## DIツールについて
- 検討に時間が…
-
I can't figure out a way to bind a generic (non-reified) type parameter:
```kotlin
class Container(val obj: Type) {
fun typeBinder(builder: Kodein.Builder) {
builder.apply {
…
-
I'm not certain if this is a real issue for mocKMP but am seeing if some of the devs know if they added something that would cause this to force upgrade.
Essentially we added mocKMP to a kotlin mul…
-
-
I'm facing an issue when tried to do any logging in JS in a KMM project.
I'm using the latest **0.16** version of canard, see excerpt from the build.gradle.kts
```
val commonMain by getting {
…
-
If the location of the configuration file is specified in the Gradle, this setting is not taken into account by the IDEA plug-in
sample: https://github.com/BorzdeG/sample-ktor-kodein-controllers