Kodein v3.0.0-beta4 Release Notes

Release Date: 2016-07-03 // almost 8 years ago
    • FEATURES

      • *OrNull functions everywhere
    • BREAKING CHANGES

      • Android's KodeinApplication is removed in favor of KodeinAware.
    • BETA FEATURE CHANGES

      • In Kodein.Builder, separation of typed & container API Inside Kodein.Builder. bind(type) with ... is move to typed.bind(type) with ....