Second Release Candidate for Koin 4.2.0, upgrading to Kotlin 2.3.20-RC2 and updating dependencies.
What's Changed
Kotlin 2.3.20-RC2 Upgrade
- Upgraded Kotlin from 2.3.20-Beta1 to 2.3.20-RC2 - #2377 by @arnaudgiuliani
Koin Compiler Plugin: New KoinApplication.modules() Stubs
- Added compiler plugin stubs for
KoinApplication.modules<T>()(reified single module) andKoinApplication.modules(vararg KClass<*>)(multiple modules) — enabling type-safe module loading via the
Koin Annotations compiler plugin
Koin Compiler Plugin 0.4.0 Support
- Added compiler plugin stubs for
KoinApplication.modules<T>()(reified single module) andKoinApplication.modules(vararg KClass<*>)(multiple modules) — enabling type-safe module loading via the
Koin Compiler Plugin
Dependency Updates
- Kotlin: 2.3.20-Beta1 → 2.3.20-RC2
- Compose Multiplatform: 1.10.0 → 1.10.2
- AndroidX Activity: 1.12.2 → 1.12.4
- AndroidX WorkManager: 2.11.0 → 2.11.1
- AndroidX Navigation: 2.9.6 → 2.9.7
- AndroidX Navigation3: 1.0.0 → 1.0.1
- JetBrains Navigation: 2.9.1 → 2.9.2
- Robolectric: 4.16 → 4.16.1
- Benchmark: 0.4.15 → 0.4.16