ConfigCat SDK for Kotlin Multiplatform. ConfigCat is a hosted feature flag service: https://configcat.com. Manage feature toggles across frontend, backend, mobile, desktop apps. Alternative to LaunchDarkly. Management app + feature flag SDKs.
Base API URL: https://api.configcat.com If you prefer the swagger documentation, you can find it here: Swagger UI. The p
### Added - `wasmJs` target support. ### Changed - `korlibs.klock` was replaced with `kotlin.time`. - `korlibs.krypto` was replaced with `kotlin…
### Fixed - https://github.com/configcat/kotlin-sdk/issues/60 IC internal error: can not find library io.ktor:ktor-client-js
### Added - `addOnClientReadyWithSnapshot(snapshotHandler: (ConfigCatClientSnapshot) -> Unit)` hook subscription function that gets a snapshot whenev…
### Changed - Switch to a new `mavenPublish` plugin to publish via the new Maven Central publishing API. - `forceRefresh` reports about being called…
### Fixed - #51: ConfigCatUser crash
### Added - `waitForReady` method to the `ConfigCatClient`. ### Changed - Deprecated `addOnClientReady(handler: () -> Unit)` hook and added a…
### Changed - Updated Kotlin to 2.0.21 - Updated Ktor to 3.0.0 - Updated related dependencies
### Fixed - Initial config JSON load when auto poll enabled with results from cache.