Uh and the other big thing is freezing. I'm trying...
# kotlin-inject
p
Uh and the other big thing is freezing. I'm trying to migrate a manual service locator to kotlin-inject and it blows up because we need to freeze our di entry point and as LazyMap is using mutable state that's not wrapped in an IsoMutableMap that makes kotlin-inject effectively main thread limited 😕
e
Feel free to file an issue for this, the native impl is the least baked right now. Will probably be focusing on testing with the new memory model though.
p
Use a stately isomutablemap