Is the next Ktor version still planned for next we...
# ktor
r
Is the next Ktor version still planned for next week? Is one of the EAP versions built against Kotlin 1.5.0 & matching dependencies so we can prepare for an upgrade?
👀 1
1
t
cc @hhariri @e5l
e
Yep, Kotlin 1.5.0 available in recent eaps: https://ktor.io/eap/
🎉 1
🤔 1
t
Latest -
1.6.0-new-routing-eap-123
?
e
Nope, ‘main-*’
t
@e5l Which Ktor version uses Kotlin 1.5? I tried main-122 but that seems to be built on 2021-05-14 which does not contain your Kotlin 1.5.0 commit.
h
Will check, thanks.
👍 1
r
Yeah that’s what I found, I was expecting to find something in the EAP repo but the dates weren’t matching the 1.5.0 commit
e
Working on the fix
👍 3
Hey, the EAP
main-128
is released. Could you check?
t
84 errors Popular: 1.
Route.call
missed,
<http://Route.post|Route.post>
missed 2.
Overload resolution ambiguity:
when use
/
or
+=
in
Route
Is there migration plan draft?
e
It should be compatible, @Rustam Siniukov could you check?
@turansky , thanks for the checking. Could you share a sample to investigate?
t
io.ktor.locations.get
and
<http://io.ktor.locations.post|io.ktor.locations.post>
and other extensions must be imported directly
<http://io.ktor.routing.post|io.ktor.routing.post>
hide
post
from
location
package
Star imports hell 🙂
Default IDEA settings produce this problem 😞
Fast check results for
main-128
1. It works, no errors detected 2. IDEA import settings update required (before test)
3.
+100 KB
to distribution 😞
e
2.0.0 will reduce the binary size
t
-100 KB
? 🙂