It would be a nice-to-have if Ktor client/server c...
# ktor
m
It would be a nice-to-have if Ktor client/server could warn about library version mismatches somehow. We didn't notice that all our ktor libs were 1.2.1 except for
-client-json-jvm
which was 1.1.3 due to being a transitive dependency. The problem then wasn't a typical
ClassNotFoundError
or
MethodNotFoundError
but that the client complained about not finding a suitable transformer.