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
Path
java.nio.file.Paths (the backer of kotlinx.io.files.Path for jvm) requires Android API 26+
java.nio.file.Paths
kotlinx.io.files.Path
The text was updated successfully, but these errors were encountered:
Thanks for reporting the issue!
For JVM target, kotlinx.io.files.Path should be rewritten using java.io.File.
java.io.File
Sorry, something went wrong.
Use java.io.File instead of java.nio.files.Path
2cb1d7d
Closes #202
4b0d0f8
Successfully merging a pull request may close this issue.
java.nio.file.Paths
(the backer ofkotlinx.io.files.Path
for jvm) requires Android API 26+The text was updated successfully, but these errors were encountered: