• 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
Shervin
07/19/2024, 11:41 AM
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
arnaud.giuliani
07/19/2024, 12:58 PM
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 👍