koin v0.6.1 Release Notes

  • Core

    • ➕ Added context/sub-contexts visibility checks
    • startKoin() is now part of standAloenContext
    • closeKoin() now close actual Koin context
    • KoinComponent has get() and getProperty()

    Android

    • reworked starKoin() function
    • reviewed android base extensions to find high-level extension point

    Samples

    • ➕ added kotlin-simpleapp - sample application for pure Kotlin
    • ➕ added ktor-starter - for demoing Koin for Ktor web app development

    Ktor

    • koin-ktor module has been started