Hi All! I'm using Kodein 7.10 in a Compose project...
# kodein
s
Hi All! I'm using Kodein 7.10 in a Compose project. I have an DummyClass included with bindProvider{ DummyClass()} and retrieved with the method val myobject:DummyClass by rememberInstance() in a Composable method. I have noticed that on each compose recomposition a new object of DummyClass is created. Is it correct? I thought the rememberInstance method should provide the same object for recompositions
r
Hi 👋 This is definitely a bug! I’ll look into it ASAP
This has been fixed in 7.11