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

koin-compose: use rememberUpdatedState with ParametersDefinition, optimized KoinApplication, KoinContext, KoinIsolatedContext #1768

Closed hoc081098 closed 7 months ago

hoc081098 commented 9 months ago
arnaudgiuliani commented 9 months ago

is it optimizing around rememberUpdatedState? What is the target of this PR?

hoc081098 commented 9 months ago

is it optimizing around rememberUpdatedState? What is the target of this PR?

Previous code has an issue where scope.get(...) use the old ParametersDefinition, since it is remembered.

arnaudgiuliani commented 9 months ago

Good work. I need to take time to take a tour :)

arnaudgiuliani commented 7 months ago

It's just a api diff confilct I believe @hoc081098 👍

hoc081098 commented 7 months ago

It's just a api diff confilct I believe @hoc081098 👍

I will update it 🙏

arnaudgiuliani commented 7 months ago

done edit for you @hoc081098 👍

hoc081098 commented 7 months ago

done edit for you @hoc081098 👍

Thanks for your help