https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
g

galex

08/27/2019, 4:08 AM
Hello, trying to upodate my project to 1.3.50, I get the following errors:
Copy code
. The abi versions don't match. Expected '[14]', found '9'
w: The compiler versions don't match either. Expected '[]', found '1.3-release-10826'
I thought using the last version of each library would be OK:
Copy code
kotlin_version=1.3.50
ktor_version=1.2.3
kotlinx_serialization_version=0.12.0
kotlinx_coroutines_version=1.3.0
Any idea what the right versions should be?
Got it, seems like ktor didn’t release a final version for 1.3.50, we have to use
Copy code
ktor_version=1.2.3-1.3.50-eap-5