pikzen

Results 4 issues of pikzen

The singleton example is a good basic one, but maybe provide a section for one that is not as vulnerable to races? Since Singletons are often used in multithreaded operations,...

**Describe the bug** using a qualifier when injecting fragments does nothing. **To Reproduce** inject a fragment with `fragment(named("SwitchableFragment")) { FragmentThatWillBeReplacedSometimes() }`, then in another module attempt to override it with...

android
type:issue

When Kotlin Explicit API is enabled (https://kotlinlang.org/docs/whatsnew14.html#explicit-api-mode-for-library-authors), any builds involving the generated Secrets file will fail, as it does not contain any visibility information. Editing the generated file is not...

**Describe the bug** The generated code uses calls to `Module.viewModel { }` that are referencing the "old" Koin 3.5.6 API. Warnings are then emitted to the build log when using...