Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency notations for Ktor 2.0.0 #538

Closed
brady-aiello opened this issue Apr 17, 2022 · 1 comment
Closed

Dependency notations for Ktor 2.0.0 #538

brady-aiello opened this issue Apr 17, 2022 · 1 comment

Comments

@brady-aiello
Copy link
Contributor

New Ktor libraries

Want to contribute the sample?

Yes, I'll submit the PR.

jmfayard pushed a commit that referenced this issue Jul 2, 2022
[Issue-538] Dependency notations for Ktor 2.0.0

[Summary]
Ktor 2.0.0 renames a significant number of dependencies, adds new ones,
and moves some previously available ones from 1 module into another. It
makes sense to make a separate repo for Ktor 2. The full list of
artifact changes between 1.6.x and 2.0.0 can be found here:
https://ktor.io/docs/migrating-2.html

[Fix]
Create a Ktor2 dependency group, and include all dependencies listed in
the docs:

Ktor 2.0.0: https://api.ktor.io/index.html

Ktor 1.6.8: https://api.ktor.io/older/1.6.8/index.html

[Testing]
- Run project tests
- publish to maven local, and consume locally

Co-authored-by: Brady Aiello <[email protected]>
@jmfayard
Copy link
Member

This has been solved in 7190b6f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants