Kodein v5.3.0 Release Notes

Release Date: 2018-10-03 // over 5 years ago
    • CORE

      • Introducing non-synced singletons & multitons (can be used with the sync = false parameter).
    • NATIVE

      • New kotlin-platform-native plugin
    • ANDROID

      • Fixed a memory leak in AndroidLifecycleScope (Thanks to Eliezer Graber).
      • Fixed a crash when binding arrays.
    • INTERNALS

      • Builders are interfaces