I’m trying to use the new KTOR 3.1.0 but I get thi...
# ktor
c
I’m trying to use the new KTOR 3.1.0 but I get this weird KLIB error
Copy code
KLIB resolver: Could not find "......../shared-common/build/kotlinTransformedMetadataLibraries/commonMain/io.ktor-ktor-client-core-3.1.0-commonMain-zNPbyA.klib" in [/Users/christian/Library/Application Support/kotlin/daemon]
This happens on multiple machines, I already deleted the gradle caches but no success. Does somebody experience the same?
KTOR 3.1 requires Kotlin 2.1, I was on 2.0
This error message is very unhelpful….
a
Unfortunately, the error messages related to the mismatch of the Kotlin versions are cryptic in general.