- Wasm compat - Multi module component scanning - ...
# koin
a
• Wasm compat • Multi module component scanning • Compose ViewModel with @KoinViewModel • Better KMP setup • Compile safety fixed with nullable or white listed types (Android types) • @Provided to tag a component as already provided in Koin (out of Koin verification) • @PropertyValue to define property default values • Enhanced qualifer with class • Module can be done on Object class
🎉 12
🚀 5
koin parrot 10
🙌 1
s
Lots of good stuff indeed! 🎉 kodee happy is
Multi module component scanning
what I think it is?! So far we couldn't have compile time safety with annotations in Multi-module projects. Is this resolved now ?
a
So far we couldn't have compile time safety with annotations in Multi-module projects. Is this resolved now ?
it is available yes, but detected a regression in RC1. Fixing it currently 👍
❤️ 2