Skip to content

Commit 10d33b3

Browse files
authored
Update compose-images-resources.md (JetBrains#84)
1 parent 2d5e22d commit 10d33b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

topics/compose/compose-images-resources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ When working with resources in Compose Multiplatform, consider the current condi
1515
and all of the resources on the JS platform that are read asynchronously.
1616
* Reading big raw files, like long videos, as a stream is not supported yet. Use separate files on the user device and
1717
read them with the file system API, for example, the [kotlinx-io](https://github.com/Kotlin/kotlinx-io) library.
18-
* Multimodule projects are not supported yet. The JetBrains team is working on adding this functionality in future releases.
18+
* 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.
1919
For now, store all resources in the main application module.
2020
* The publication of Compose Multiplatform libraries with resources is not supported yet. The JetBrains team is working
2121
on adding this functionality in future releases.
@@ -78,7 +78,7 @@ language code.
7878
You can add a two-letter [ISO 3166-1-alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) regional code
7979
to your language code. In this case, the regional code must have a lowercase `r` prefix.
8080

81-
The language and regional codes are not case-sensitive.
81+
The language and regional codes are case-sensitive.
8282

8383
### Theme qualifier
8484

0 commit comments

Comments
 (0)