Kodein v7.0.0 Release Notes

Release Date: 2020-05-22 // almost 4 years ago

    ๐Ÿ“š DOCUMENTATION

    - Migration from version 6 to 7: http://kodein.org/Kodein-DI/?7.0/migration-6to7

    CORE

    • Modules refactoring: org.kodein.di.generic-jvm / org.kodein.di.erased combined into org.kodein.di
    • New type system with typeOf to handle generics, for non JVM targets only.
    • Package deprecation: org.kodein.di.generic, org.kodein.di.erased.
    • Internals: non nullable context types / test re-organization

    - Deprecation cycle

    FRAMEWORKS

    - Android / Ktor / TornadoFX : Migration from 6 to 7

    DEMOS

    - Migrating the Kodein-DI samples projects from 6 to 7

    ๐Ÿ— BUILD

    • Gradle 6.3
    • New Internal Gradle Plugin
    • Github Actions