We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
io.ktor.utils.io.core.Input
The text was updated successfully, but these errors were encountered:
This issue can probably go away if you actually do #216
Sorry, something went wrong.
No branches or pull requests
When you upgrade to KTOR 2.3.4 you get deprecation warnings from your APIs with this text:
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 wayThe text was updated successfully, but these errors were encountered: