Skip to content

Commit

Permalink
Remove multiplatform-settings-coroutines-native-mt module
Browse files Browse the repository at this point in the history
  • Loading branch information
russhwolf committed May 23, 2022
1 parent 2e1558f commit 23ecbf9
Show file tree
Hide file tree
Showing 22 changed files with 3 additions and 440 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- BREAKING: Rename Settings implementations to be based on the underlying API used rather than the platform
- BREAKING: Migrate typed listeners from extension functions to members of ObservableSettings
- BREAKING: Remove default values for defaultValue parameters
- BREAKING: Remove `multiplatform-settings-coroutines-native-mt` module
- Remove `@ExperimentalSettingsApi` from `ObservableSettings`, `SettingsListener`, and related APIs
- Remove `@ExperimentalSettingsImplementation` from JVM implementations
- Add `Factory` implementation for `KeychainSettings`
Expand Down
3 changes: 1 addition & 2 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ object Versions {
const val androidxTest = "1.4.0"
const val androidxTestExt = "1.1.3"
const val binaryCompatibilityValidator = "0.8.0"
const val coroutines = "1.6.0"
const val coroutinesNativeMt = "1.6.0-native-mt"
const val coroutines = "1.6.1"
const val junit = "4.13.2"
const val robolectric = "4.6.1"
const val serializationPlugin = "1.6.21"
Expand Down
1 change: 0 additions & 1 deletion multiplatform-settings-coroutines-native-mt/.gitignore

This file was deleted.

This file was deleted.

Loading

0 comments on commit 23ecbf9

Please sign in to comment.