Hi :wave: Is there any current issue with koin or ...
# koin
c
Hi 👋 Is there any current issue with koin or maven? I am trying to import it in a ktor project but it always fails to sync:
Copy code
Could not resolve io.insert-koin:koin-ktor:"2.2.3".
My setup:
Copy code
repositories {
    mavenCentral()
    maven { url = uri("<https://maven.pkg.jetbrains.space/public/p/ktor/eap>") }
}
Then dependencies:
Copy code
dependencies {
    ...
    implementation ("io.insert-koin:koin-ktor:$koin_version")
}
And in
gradle.properties
Copy code
koin_version= "2.2.3"
Also added in the same file, maybe this is the mistake:
Copy code
buildscript {
    repositories {
        mavenCentral()
    }
    dependencies {
        classpath("io.insert-koin:koin-gradle-plugin:2.2.3")
    }
}
Sometimes it give me this:
Copy code
Could not GET '<https://maven.pkg.jetbrains.space/public/p/ktor/eap/io/insert-koin/koin-core/%223.1.4%22/koin-core-%223.1.4%22.pom>'. Received status code 400 from server: Bad Request
j
Koin should be in MavenCentral and Bintray (old artifacts), not in space. Indeed I think that version is prior the existence of jetbrains space