Skip to content

Update compose-images-resources.md #84

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

Merged
merged 2 commits into from
Mar 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions topics/compose/compose-images-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ When working with resources in Compose Multiplatform, consider the current condi
and all of the resources on the JS platform that are read asynchronously.
* Reading big raw files, like long videos, as a stream is not supported yet. Use separate files on the user device and
read them with the file system API, for example, the [kotlinx-io](https://github.com/Kotlin/kotlinx-io) library.
* Multimodule projects are not supported yet. The JetBrains team is working on adding this functionality in future releases.
* Multimodule projects are generally not supported yet, but resources in the top-level application module are available. The JetBrains team is working on adding this functionality in future releases.
For now, store all resources in the main application module.
* The publication of Compose Multiplatform libraries with resources is not supported yet. The JetBrains team is working
on adding this functionality in future releases.
Expand Down Expand Up @@ -78,7 +78,7 @@ language code.
You can add a two-letter [ISO 3166-1-alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) regional code
to your language code. In this case, the regional code must have a lowercase `r` prefix.

The language and regional codes are not case-sensitive.
The language and regional codes are case-sensitive.

### Theme qualifier

Expand Down