InsertKoinIO / koin

Koin - a pragmatic lightweight dependency injection framework for Kotlin & Kotlin Multiplatform
https://insert-koin.io
Apache License 2.0
9.08k stars 719 forks source link

Add Lazy<Module> concrete implementation & missing "plus" operator #1756

Closed cpaleop closed 7 months ago

cpaleop commented 10 months ago

Resolves #1755 by creating a LazyModule class that implements Lazy<Module> and also adds the missing "plus" (+) operator.

cpaleop commented 8 months ago

Resolved the conflicts, let me know if there is anything else I need to care of :)

arnaudgiuliani commented 7 months ago

Thanks, should be ok.