Anyone running into compile errors with this messa...
# ktor
p
Anyone running into compile errors with this message? skipping …/ktor-client-ios.klib. The compiler versions don’t match. Expected ‘[0.9.3]’, found ‘1.0.1-release-4583’ There was an open issue, but the I am still getting it. On Kotlin 1.3.0, ktor 1.0.0-beta-3, konan 0.9.3
d
Kotlin 1.3 uses Konan 1.0.1 afaik
maybe you are mixing versions somewhere?
e
Hi @patjackson52. Could you try with kotlin-native 1.3.0?
p
hmm, thought 0.9.3 was latest kotlin-native version