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

Path throw exception on Android API 25 and below #202

Closed
05nelsonm opened this issue Aug 6, 2023 · 1 comment · Fixed by #209
Closed

Path throw exception on Android API 25 and below #202

05nelsonm opened this issue Aug 6, 2023 · 1 comment · Fixed by #209
Labels

Comments

@05nelsonm
Copy link

05nelsonm commented Aug 6, 2023

java.nio.file.Paths (the backer of kotlinx.io.files.Path for jvm) requires Android API 26+

@fzhinkin
Copy link
Collaborator

fzhinkin commented Aug 7, 2023

Thanks for reporting the issue!

For JVM target, kotlinx.io.files.Path should be rewritten using java.io.File.

fzhinkin added a commit that referenced this issue Aug 10, 2023
@fzhinkin fzhinkin linked a pull request Aug 10, 2023 that will close this issue
@fzhinkin fzhinkin added the bug label Aug 10, 2023
@fzhinkin fzhinkin added the fs label Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants