github InsertKoinIO/koin 4.2.0-RC2
Koin 4.2.0-RC2

7 hours ago

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

Koin Compiler Plugin: New KoinApplication.modules() Stubs

  • Added compiler plugin stubs for KoinApplication.modules<T>() (reified single module) and KoinApplication.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) and KoinApplication.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

Full Changelog

4.2.0-RC1...4.2.0-RC2

Don't miss a new koin release

NewReleases is sending notifications on new releases.