Koin Android is a lightweight dependency injection framework for Kotlin and Android applications, providing simple DSL-based module definitions.
<dependency>
<groupId>io.insert-koin</groupId>
<artifactId>koin-android</artifactId>
<version>4.2.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initializes Koin in an Android application with Android context.
Update module definitions to use the new DSL; refer to the Koin 4 migration guide.
No dependency data recorded yet.