1.3.70 EAP 2 is out! Artifact version: *`1.3.70-ea...
# eap
y
1.3.70 EAP 2 is out! Artifact version:
1.3.70-eap-184
. You can find the list of changes in the changelog: https://github.com/JetBrains/kotlin/releases/tag/v1.3.70-eap-184.
🎉 7
n
is this the feature difference to 1.3.6x or the last eap ?
and is there a accompanying serialization and coroutines release or is this compatible with 1.3.70-eap-42 ?
i am getting a
java.lang.NoSuchMethodError: kotlinx.serialization.internal.SerialClassDescImpl.<init>(Ljava/lang/String;Lkotlinx/serialization/internal/GeneratedSerializer;I)V
with serialization with this package / version: https://bintray.com/kotlin/kotlinx/kotlinx.serialization.runtime/0.14.0-1.3.70-eap-134 it happens when registering polymorphic serializers on jvm
d
There will be a corresponding release. Probably in a few days or so.
t
No new AS plugin builds?
a
@Nikky Can you please report this to https://github.com/Kotlin/kotlinx.serialization/issues with a code sample to reproduce? Thanks!
1
n
seems like the compatible serialization runtime version is
Copy code
0.14.0-1.3.70-eap-134
at least until there is a
-184
i guess