We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a096628 commit fcad265Copy full SHA for fcad265
README.md
@@ -16,6 +16,7 @@ This is a Kotlin Multiplatform library that provides geolocation to common code.
16
17
## Features
18
- **Geolocation tracking** - track user geolocation from common code;
19
+- **Compose Multiplatform** support;
20
21
## Requirements
22
- Gradle version 6.0+
@@ -35,7 +36,10 @@ allprojects {
35
36
project build.gradle
37
```groovy
38
dependencies {
- 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")
43
}
44
```
45
0 commit comments