Skip to content

1.6.20-dev1673

Pre-release
Pre-release
Compare
Choose a tag to compare
@jb-compose-bot jb-compose-bot released this 11 Jun 06:08
8432577
[resources] Read exactly requested count of bytes from InputStream on…

… jvm platforms. (#4943)

In some cases the skip and read methods may handle less bytes then
expected. The PR fixes it by proper API on the JVM and manual check on
the Android.

Fixes https://github.com/JetBrains/compose-multiplatform/issues/4938

## Testing
I manually checked it on the project from the issue.

## Release Notes
### Fixes - Resources
- Read exactly requested count of bytes from InputStream on jvm
platforms.