I’m using Koin `api("org.koin:koin-core:3.0.0-alph...
# ktor
j
I’m using Koin
api("org.koin:koin-core:3.0.0-alpha-4")
and when I add Ktor
implementation("io.ktor:ktor-client-core:1.5.2")
to my build.gradle.kts, all the Koin
org.koin.*
imports start showing errors “Unresolved reference” in Android Studio. This is in a shared KMM module. My app compiles and runs without error. But why the IDE errors?