Browse Source
Adds a public `Res.getUri(path: String): String` function. It lets external libraries a way to read resource files by a platform dependent Uri. E.g.: video players, image loaders or embedded web browsers. ```kotlin val uri = Res.getUri("files/my_video.mp4") ``` fixes https://github.com/JetBrains/compose-multiplatform/issues/4360pull/4585/head
Konstantin
8 months ago
committed by
GitHub
15 changed files with 163 additions and 7 deletions
Loading…
Reference in new issue