-
Why don't you use Hilt? [Google says](https://developer.android.com/training/dependency-injection/hilt-android#hilt-and-dagger)
> Dagger and Hilt code can coexist in the same codebase. However, in …
Piasy updated
2 years ago
-
-
Current implementaion uses hand made solution for DI witch requires reflection library.
It makes apk big (around 8Mb) and its crossing Dex limit with 76179 methods (Reflect itself has around 12k Me…
-
### Description
Apologies -- this may well be operator error. I noticed that if I attempt to open the definition source file for identifiers in one of my source files, I see the following:
Selecti…
-
I'm trying to get annotations with ksp working in an Android/iOS multiplatform project using the "Framework"-style Xcode integration.
I assume because proper common codegen support is lacking from …
-
`atomicfu` was already on `0.25.0` and working, but suddenly when running for Android I'm getting:
```
Execution failed for task ':shared:compileDebugKotlinAndroid'.
> Error while evaluating prop…
-
### 摘要 / Summary
安装完trime并且完成开始的三个初始设置步骤(开文件权限、设置输入法,设置默认)后,sdcard目录下生成rime文件夹,此时按系统菜单键(红米是三条横线),再按返回键,重复约六七次,就会出现卡机的bug(此时trime输入法无法使用,点击输入框没有键盘界面了),任何操作(点击滑动等)很久才会响应,系统设置里停止trime或者卸载即可恢复(稳定重现)
而…
-
Hi have u tried upgrade to `koin 2.0`. Seem like compile ok but does not work, always error `no definition` for `viewmodel` when install
-
@KevinnZou
How to achieve being able to recreate the WebView instance ahead of usage through having it defined in a Koin single module?
Coming here from attempting to do this in low-level code …
-
There's a lot of functionality I built custom for Orchid, but I would like to start migrating some of that stuff to libraries that could do it better and reduce the maintenance burden of Orchid. There…