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

Deprecation warnings when upgrading ktor to 2.3.4 #206

Open
dalewking opened this issue Dec 6, 2023 · 1 comment
Open

Deprecation warnings when upgrading ktor to 2.3.4 #206

dalewking opened this issue Dec 6, 2023 · 1 comment

Comments

@dalewking
Copy link

When you upgrade to KTOR 2.3.4 you get deprecation warnings from your APIs with this text:

'Input' is deprecated.
We're migrating to the new kotlinx-io library.
This declaration is deprecated and will be removed in Ktor 4.0.0
If you have any problems with migration, please contact us in
https://youtrack.jetbrains.com/issue/KTOR-6030/Migrate-to-new-kotlinx.io-library

In my case this occurs on the import of io.ktor.utils.io.core.Input which the code is not actually using, but the import is there any way

@dalewking
Copy link
Author

This issue can probably go away if you actually do #216

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

No branches or pull requests

1 participant