Skip to content

Commit 0ec5701

Browse files
authored
Update README.md
1 parent 9a881d6 commit 0ec5701

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
[ ![Download](https://maven-badges.herokuapp.com/maven-central/io.github.apolostudio/composemultiplatformpaging/badge.svg) ](https://maven-badges.herokuapp.com/maven-central/io.github.apolostudio/composemultiplatformpaging)
22
[ ![Download](https://img.shields.io/github/v/release/apolostudio/ComposeMultiplatformPaging?color=orange&include_prereleases&label=latest%20build) ](https://maven-badges.herokuapp.com/maven-central/io.github.apolostudio/composemultiplatformpaging)
3+
## Multiplatform Paging Compose
4+
It adds collectAsLazyPagingItems from common code in Compose Multiplatform
35

46

7+
### Note that JVM needs a coroutine Main Dispatcher
8+
We plan to add it by default as a depedency but for now you need ``` implementation("org.jetbrains.kotlinx:kotlinx-coroutines-swing:1.8.1") ``` in the dependencies block in jvmMain
9+
10+
11+
### Dependency
512
```implementation("io.github.apolostudio:composemultiplatformpaging:0.0.0")```

0 commit comments

Comments
 (0)