We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0134a36 commit 6b887cfCopy full SHA for 6b887cf
CHANGELOG.md
@@ -5,6 +5,18 @@
5
6
### ⚠ BREAKING CHANGES
7
8
+> [!IMPORTANT]
9
+> Before version 0.6.0 the Maven artifact's id was `android-sdk`. When upgrading to 0.6.0 or higher
10
+> please do make sure to use the new artifact id, which is `kotlin-sdk`.
11
+>
12
+> In version 0.6.0 the base package name has changed from `dev.openfeature.sdk` to
13
+> `dev.openfeature.kotlin.sdk`. When upgrading to 0.6.0 or higher please update your imports
14
+> accordingly.
15
16
+> **Example:** `import dev.openfeature.sdk.EvaluationContext` ->
17
+> `import dev.openfeature.kotlin.sdk.EvaluationContext`.
18
+
19
20
* Kotlin Multiplatform support ([#148](https://github.com/open-feature/kotlin-sdk/issues/148))
21
22
### ✨ New Features
0 commit comments