Skip to content

Deprecation warnings when upgrading ktor to 2.3.4 #206

Description

@dalewking

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions