koin v0.9.2 Release Notes

  • Core

    • ⚡️ [UPDATED] build updated to Kotlin 1.2.31
    • ⚡️ [UPDATED] dissociate overload with dynamic parameters on get() and inject() for better autocomplete suggestions
    • 🛠 [FIXED] fix startKoin() property loading from boolean loadProperties
    • 🛠 [FIXED] inject by name take now care of injected type #92

    Android

    • 🛠 [FIXED] startKoin() doesn't break RestrictMode anymore and you can avoid properties load directly from koin.properties #96
    • ⚡️ [UPDATED] dissociate overload with dynamic parameters on get() and inject() for better autocomplete suggestions

    Android Architecture

    • ⚡️ [UPDATED] dissociate overload with dynamic parameters on viewModel(),getViewModel()andgetSharedViewModel()` for better autocomplete suggestions
    • ⚡️ [UPDATED] now exclude gradle dependency against LiveData

    Samples

    • 🛠 FIXED Ktor hello appp sample