Are there any news on when ktor 1.3.2 will be rele...
# ktor
h
Are there any news on when ktor 1.3.2 will be released?
👀 3
s
Im waiting on
client-serialization-jvm:1.3.2
as
client-serialization-jvm:1.3.1
is only compatible with
kotlinx-serialization-runtime:0.14.0
and not with
0.20.0
which is compatable with
1.3.70
, Unless anyone has insights as to how to sort this 😂
t
I too am anxious to get everything updated, but on the other hand I think it is better that they are careful to make sure it is a good ktor release. So for me I have gone back to Kotlin 1.3.61, serialization 0.13.0 and coroutines 1.3.3. 😕
s
I have to stay on 1.3.70 for JS library distribution. So im stuck in a little hole until that becomes all sorted
t
I understand. I am looking forward to adding JS to my existing iOS/Android shared library….
s
1.3.70 automatically DCE's and bundles the lib with full dependacies into the build/distributions folder. This should help you achieve what you need.
t
Nice. I will be calling it from TypeScript, which I hope is not an issue…
s
It should be ok. You can generate .d.ts configs via kotlin.
h
Personally I need the iOS bugfixes that cause HttpClient downloads to partially fail in the current version
t
Yeah, this is feeling longer than in previous releases… 😞