github kosi-libs/Kodein 7.12
7.12.0

latest releases: v7.22.0, v7.21.2, v7.21.1...
2 years ago
  • CORE

    • Kotlin 1.6.21
    • Constructor reference based binding (#408 thanks to @rocketraman)
    DI {
        bindSingleton { new(::PersonService) }
    }
    • Delegate binding (#406)
    DI {
        bindSingleton { Cls() }
        delegate<Cls>().to<Cls>()
    }
    • Create modules with delegate (#393)
    val myModule by Module { // implicitly named "myModule"
        bind { singleton { Cls() } }
    }
  • KTOR

    • Moved to 2.0: This has no impact for you, all the breaking changes are internals.
  • COMPOSE

    • Upgrade to 1.2.0-alpha01-dev683
  • EXTENSION:

  • Documentation fixes

Don't miss a new Kodein release

NewReleases is sending notifications on new releases.