You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I striked while usage of kotlinx.io.IOException with this following compiler warning while doing some multiplatform I/O operations:
Writing the text if you are not able to read: Using exception is an error. these classes accidentally slipped to the public api surface. We neither had intent to provide a production-quality implementation nor have an intent to support them. They are removed and to migrate, you can either use a corresponding java.io type or just a copy-paste implementation from the GitHub. If you have a use-case for multiplatform IO, please report it to the https://github.com/Kotlin/kotlinx-io/issues
Have used the Github Implementation of IOException. But wanted to know what exactly happened are we not suppose to get it for this version or it will be available for future?
Currently have used the Github Implementation of IOException.
The text was updated successfully, but these errors were encountered:
The same issue happened to me when I used org.jetbrains.kotlinx:kotlinx-serialization-runtime dependency. Kotlinx Serialization library also has kotlinx.io.IOException type alias and it's deprecated there. Maybe you have this dependency too.
We're rebooting the kotlinx-io development (see #131), all issues related to the previous versions will be closed. Consider reopening it if the issue remains (or the feature is still missing) in a new version.
I striked while usage of
kotlinx.io.IOException
with this following compiler warning while doing some multiplatform I/O operations:Writing the text if you are not able to read:
Using exception is an error. these classes accidentally slipped to the public api surface. We neither had intent to provide a production-quality implementation nor have an intent to support them. They are removed and to migrate, you can either use a corresponding java.io type or just a copy-paste implementation from the GitHub. If you have a use-case for multiplatform IO, please report it to the https://github.com/Kotlin/kotlinx-io/issues
Have used the Github Implementation of IOException. But wanted to know what exactly happened are we not suppose to get it for this version or it will be available for future?
Currently have used the Github Implementation of IOException.
The text was updated successfully, but these errors were encountered: