I'm trying to test an early version of Kotlin 1.7....
# eap
r
I'm trying to test an early version of Kotlin 1.7.20,
1.7.20-Beta-54
from the kotlin dev repo of
<http://maven.pkg.jetbrains.space|maven.pkg.jetbrains.space>
. I actually want to test the fix for this issue which should be included in Beta 52+. It actually does fix the issue with the Cocoapods plugin, but my app does not build. The task
linkPodDebugFrameworkIosArm64
fails with
Copy code
e: Could not find "org.jetbrains.kotlinx:kotlinx-serialization-core" in [/Users/ribesg/Projects/events, /Users/ribesg/.konan/klib, /Users/ribesg/.konan/kotlin-native-prebuilt-macos-aarch64-1.7.20-Beta-54/klib/common, /Users/ribesg/.konan/kotlin-native-prebuilt-macos-aarch64-1.7.20-Beta-54/klib/platform/ios_arm64]
Is it due to it being a beta version or is there some kind of incompatibility introduced with this version that requires an update of
kotlinx.serialization
or something like that? Thanks
Nevermind, the error is absolutely not specific to a non-release version of anything.