`1.3.20-eap-100` fails for kotlinCompileIos with c...
# eap
h
1.3.20-eap-100
fails for kotlinCompileIos with coroutines for me:
Copy code
Task :library:compileKotlinIOS
warning: skipping /Users/xxx/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlinx/kotlinx-coroutines-core-native_debug_ios_arm64/1.1.0/57d5a9c4b0c0a79122acf65227fb0b481d88573d/kotlinx-coroutines-core-native.klib. The abi versions don't match. Expected '[5]', found '2'
warning: the compiler versions don't match either. Expected '[1.1]', found '1.0.3-release-5085'
Versions:
Copy code
ext.kotlin_version = '1.3.20-eap-100'
    ext.coroutines_version = '1.1.0'
    ext.serialization_version = '0.10.0-eap-1'
Is native coroutines not yet compatible with eap-100?