Hello :wave: I'm testing a Koin patch to solve Com...
# confetti
a
Hello 👋 I'm testing a Koin patch to solve Compose context initialization. There was previously an issue with Confetti's wear tests. I've tested locally and this patch is working. I would like some checks from someone else, to help me confirm that this compose context initialization is now ok. The test is to use Koin
4.0.3-Beta1
- You can even remove
KoinAndroidContext
or
KoinContext
from the App.
j
@yschimke do you remember this issue (in wear tests)?
y
Yeah, but I've been on the bugs and commented. I think we had or have a workaround
a
problem is this workaround is keeping the context initialization stuck. It was due to use of remember. I repatched it again, to keep default initialization in Koin (else we have a warning and need to ask people to use KoinContext & KoinAndroidContext)
👀 1
with this patch, we get rid of problem of scope refresh & problem due to sue of previous remember on values. We keep only reading CompositionLocal