Oleksandr Bezushko
Oleksandr Bezushko
> May I ask how many crashes you had collected to cause this, just for curiosity's sake? Over 200. Can't say now as I've cleared the history after creating this...
This is not a right way to fix this. I'm an Android developer myself. I see the app is currently saving the whole crashes list in onSaveInstanceState. This "state" has...
If only Koin took backward compatibility seriously... We use koin in a library as well, but we're considering migrating to a different DI solution due to Koin's compatibility issues.
@withoutclass Don't worry. Upgrading 3.2->3.3 was not forward-compatible as well for me :) And my internal feeling tells me that there will be more binary-incompatible releases to come.
@arnaudgiuliani For me, the main issue with Koin is how it keeps binary and behavior backwards compatibility. https://zsmb.co/maintaining-compatibility-in-kotlin-libraries/ We work on an Android library that uses Koin to manage its...
> For 3.5, I've added API check & propose to add the following `koinApplication` function, in order to let you control eager instance creation: > > ```kotlin > fun koinApplication(createEagerInstances...
For me, it doesn't work in any Firefox-protected site (e.g. `about:*`, `addons.mozilla.org` and `accounts.firefox.com`). Edit: doesn't work in `file://*` neither.