https://kotlinlang.org logo
Title
h

Henrik

03/09/2020, 10:23 AM
Are there any news on when ktor 1.3.2 will be released?
👀 3
s

Sean Keane

03/09/2020, 12:32 PM
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

tylerwilson

03/09/2020, 4:14 PM
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

Sean Keane

03/09/2020, 4:41 PM
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

tylerwilson

03/09/2020, 4:42 PM
I understand. I am looking forward to adding JS to my existing iOS/Android shared library….
s

Sean Keane

03/09/2020, 4:43 PM
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

tylerwilson

03/09/2020, 4:44 PM
Nice. I will be calling it from TypeScript, which I hope is not an issue…
s

Sean Keane

03/09/2020, 4:58 PM
It should be ok. You can generate .d.ts configs via kotlin.
h

Henrik

03/10/2020, 9:27 AM
Personally I need the iOS bugfixes that cause HttpClient downloads to partially fail in the current version
t

tylerwilson

03/10/2020, 2:24 PM
Yeah, this is feeling longer than in previous releases… 😞