https://kotlinlang.org logo
Title
r

rrva

05/24/2022, 5:56 AM
ktor 2.x binary incompatible with ktor 1.x is a pain. I have dependencies which force me to stay on 1.x: https://github.com/awslabs/aws-sdk-kotlin/issues/480 Please don’t do the same for ktor 3.x
j

Jurriaan Mous

05/24/2022, 9:25 AM
With semantic versioning, a 1.x update means breaking API changes… So 3.x will always have incompatibility by those rules. Just lets hope the 2.x API is so great that no API breakage is needed moving forward 😄
3
p

Paul Woitaschek

05/24/2022, 5:58 PM
It would still have been nice to have a ktor2 package name so they can live along as transitive deps