v0.6.0
0.6.0 (2025-08-18)
⚠ BREAKING CHANGES
Important
Before version 0.6.0 the Maven artifact's id was android-sdk. When upgrading to 0.6.0 or higher
please do make sure to use the new artifact id, which is kotlin-sdk.
In version 0.6.0 the base package name has changed from dev.openfeature.sdk to
dev.openfeature.kotlin.sdk. When upgrading to 0.6.0 or higher please update your imports
accordingly.
Example: import dev.openfeature.sdk.EvaluationContext ->
import dev.openfeature.kotlin.sdk.EvaluationContext.
- Kotlin Multiplatform support (#148)