Kodein v5.2.0 Release Notes

Release Date: 2018-04-20 // about 6 years ago
    • CORE

      • Named Modules cannot be imported more than once.
      • Introducing importOnce that allows to import a named module if it has not already been imported: see documentation.
      • Introducing newScopeRegistry that creates either a single or a multime item registry.
      • ANDROID
      • Android support has been split between kodein-di-framework-android-core, kodein-di-framework-android-support (for the Android Support library) and kodein-di-framework-android-x (for the AndroidX library): see documentation.