Skip to content

Commit 4fefda5

Browse files
authored
Merge pull request #756 from icerockdev/develop
Release 0.24.2
2 parents 71095fc + 9743493 commit 4fefda5

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ buildscript {
6464
}
6565
6666
dependencies {
67-
classpath "dev.icerock.moko:resources-generator:0.24.1"
67+
classpath "dev.icerock.moko:resources-generator:0.24.2"
6868
}
6969
}
7070
@@ -82,10 +82,10 @@ project build.gradle
8282
apply plugin: "dev.icerock.mobile.multiplatform-resources"
8383
8484
dependencies {
85-
commonMainApi("dev.icerock.moko:resources:0.24.1")
86-
commonMainApi("dev.icerock.moko:resources-compose:0.24.1") // for compose multiplatform
85+
commonMainApi("dev.icerock.moko:resources:0.24.2")
86+
commonMainApi("dev.icerock.moko:resources-compose:0.24.2") // for compose multiplatform
8787
88-
commonTestImplementation("dev.icerock.moko:resources-test:0.24.1")
88+
commonTestImplementation("dev.icerock.moko:resources-test:0.24.2")
8989
}
9090
9191
multiplatformResources {
@@ -132,7 +132,7 @@ should [add `export` declarations](https://kotlinlang.org/docs/multiplatform-bui
132132

133133
```
134134
framework {
135-
export("dev.icerock.moko:resources:0.24.1")
135+
export("dev.icerock.moko:resources:0.24.2")
136136
export("dev.icerock.moko:graphics:0.9.0") // toUIColor here
137137
}
138138
```

gradle/moko.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
resourcesVersion = "0.24.1"
2+
resourcesVersion = "0.24.2"
33

44
[libraries]
55
resources = { module = "dev.icerock.moko:resources", version.ref = "resourcesVersion" }

resources/src/appleMain/kotlin/dev/icerock/moko/resources/desc/StringDesc.kt

-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ actual interface StringDesc {
5757
abstract val locale: NSLocale
5858
}
5959

60-
@ThreadLocal
6160
actual companion object {
6261
actual var localeType: LocaleType = LocaleType.System
6362
}

0 commit comments

Comments
 (0)