File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,19 +36,19 @@ The Android project must include `maven("https://jitpack.io")` in `settings.grad
36
36
You can now add the OpenFeature SDK dependency:
37
37
``` kotlin
38
38
dependencies {
39
- api(" com.github.spotify:openfeature- kotlin-sdk:<Latest>" )
39
+ api(" com.github.open-feature: kotlin-sdk:<Latest>" )
40
40
}
41
41
```
42
- Please note that the ` <Latest> ` can be any ` Commit SHA ` or a version based off a branch as following :
42
+ Please note that the ` <Latest> ` can be any ` Commit SHA ` or a version based on a branch as follows :
43
43
```
44
- api("com.github.spotify:openfeature- kotlin-sdk:[ANY_BRANCH]-SNAPSHOT")
44
+ api("com.github.open-feature: kotlin-sdk:[ANY_BRANCH]-SNAPSHOT")
45
45
```
46
46
47
47
This will get a build from the head of the mentioned branch.
48
48
49
49
### Maven
50
50
51
- Installation via Maven Central is currently WIP
51
+ Installation via Maven Central is currently [ WIP] ( https://github.com/open-feature/kotlin-sdk/issues/37 )
52
52
53
53
## 🌟 Features
54
54
You can’t perform that action at this time.
0 commit comments