it's also fine to have a new version which is only...
# arrow-contributors
a
it's also fine to have a new version which is only compatible with Ktor 3, so feel free to create a PR against the suspendapp repo
p
I'm wary of a new version of suspendapp only supporting ktor3 as I can easily see consumers wanting to keep pace with suspendapp (i.e. when arrow-2 is released) but not wanting to update to ktor3 just yet (due to plugin incompatibility such as opentelemetry)
downside of separate
suspendapp-ktor
and
suspendapp-ktor3
is I'm not sure how nicely renovate will play with multiple ktor-monorepo versions in the libs.versions.toml (see https://github.com/tKe/suspendapp/blob/ktor3/gradle/libs.versions.toml#L8-L9)
raised https://github.com/arrow-kt/suspendapp/pull/135 for in-place update, alternatively I can raise the PR for the branch with a separate submodule
a
thank you! let's discuss the alternatives in the PR 🙂
👍 1