ktor 2.x binary incompatible with ktor 1.x is a pa...
# ktor
r
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
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
It would still have been nice to have a ktor2 package name so they can live along as transitive deps