Hello devs, I am trying to install "Koin" for DI. ...
# koin
j
Hello 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
e
Try version 3.2.0
j
@ESchouten Thanks for the reply. I was able to resolve my issue by invalidating cache