Skip to content

Commit fcad265

Browse files
committed
update readme
1 parent a096628 commit fcad265

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ This is a Kotlin Multiplatform library that provides geolocation to common code.
1616

1717
## Features
1818
- **Geolocation tracking** - track user geolocation from common code;
19+
- **Compose Multiplatform** support;
1920

2021
## Requirements
2122
- Gradle version 6.0+
@@ -35,7 +36,10 @@ allprojects {
3536
project build.gradle
3637
```groovy
3738
dependencies {
38-
commonMainApi("dev.icerock.moko:geo:0.5.0")
39+
commonMainApi("dev.icerock.moko:geo:0.6.0")
40+
41+
// Compose Multiplatform
42+
commonMainApi("dev.icerock.moko:geo-compose:0.6.0")
3943
}
4044
```
4145

0 commit comments

Comments
 (0)