Hello Kotlin devs, I am trying to install "Koin" f...
# ktor
j
Hello Kotlin devs, I am trying to install "Koin" for DI. I have added the Koin dependency to my gradle but it doesn't seem to install.
Copy code
implementation("io.insert-koin:koin-core:3.2")

implementation("io.insert-koin:koin-ktor:3.2")
This block is having an error
install(Koin) {
/*logic here**/ } Unresolved reference: Koin
j
#koin
j
@Javier thanks