
implementation("io.github.ahmounir:koin-ksp-compiler:2.2.0-TempFixed03")The `koin-ksp-compiler` is a compiler plugin that utilizes KSP (Kotlin Symbol Processing) to process Koin annotations, facilitating the generation of Koin modules and definitions during compilation. This approach enhances build performance and ensures compile-time validation of dependency configurations. However, it has been deprecated in favor of the Koin Compiler Plugin, which offers improved build speed and simplified setup.