You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -68,7 +68,7 @@ Installation is preferred via Maven Central.
68
68
69
69
```kotlin
70
70
dependencies {
71
-
api("dev.openfeature:kotlin-sdk:0.7.0")
71
+
api("io.github.penguindan:kotlin-sdk:0.7.0")
72
72
}
73
73
```
74
74
<!-- x-release-please-end -->
@@ -80,7 +80,7 @@ dependencies {
80
80
kotlin {
81
81
sourceSets {
82
82
commonMain.dependencies {
83
-
api("dev.openfeature:kotlin-sdk:0.7.0")
83
+
api("io.github.penguindan:kotlin-sdk:0.7.0")
84
84
}
85
85
}
86
86
}
@@ -347,23 +347,18 @@ Implement your own hook by conforming to the `Hook` interface exported by the Op
347
347
> Built a new hook? [Let us know](https://github.com/open-feature/openfeature.dev/issues/new?assignees=&labels=hook&projects=&template=document-hook.yaml&title=%5BHook%5D%3A+) so we can add it to the docs!
- Join us on [Slack](https://cloud-native.slack.com/archives/C0344AANLA1)
357
-
- For more, check out our [community page](https://openfeature.dev/community/)
352
+
This project is a fork of the [OpenFeature Kotlin SDK](https://github.com/open-feature/kotlin-sdk), originally developed by the OpenFeature community. We are grateful for their foundational work on this project.
358
353
359
354
## 🤝 Contributing
360
355
361
356
Interested in contributing? Great, we'd love your help! To get started, take a look at the [CONTRIBUTING](CONTRIBUTING.md) guide.
362
357
363
358
### Thanks to everyone who has already contributed
0 commit comments