File tree 3 files changed +6
-7
lines changed
resources/src/appleMain/kotlin/dev/icerock/moko/resources/desc
3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ buildscript {
64
64
}
65
65
66
66
dependencies {
67
- classpath "dev.icerock.moko:resources-generator:0.24.1 "
67
+ classpath "dev.icerock.moko:resources-generator:0.24.2 "
68
68
}
69
69
}
70
70
@@ -82,10 +82,10 @@ project build.gradle
82
82
apply plugin: "dev.icerock.mobile.multiplatform-resources"
83
83
84
84
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
87
87
88
- commonTestImplementation("dev.icerock.moko:resources-test:0.24.1 ")
88
+ commonTestImplementation("dev.icerock.moko:resources-test:0.24.2 ")
89
89
}
90
90
91
91
multiplatformResources {
@@ -132,7 +132,7 @@ should [add `export` declarations](https://kotlinlang.org/docs/multiplatform-bui
132
132
133
133
```
134
134
framework {
135
- export("dev.icerock.moko:resources:0.24.1 ")
135
+ export("dev.icerock.moko:resources:0.24.2 ")
136
136
export("dev.icerock.moko:graphics:0.9.0") // toUIColor here
137
137
}
138
138
```
Original file line number Diff line number Diff line change 1
1
[versions ]
2
- resourcesVersion = " 0.24.1 "
2
+ resourcesVersion = " 0.24.2 "
3
3
4
4
[libraries ]
5
5
resources = { module = " dev.icerock.moko:resources" , version.ref = " resourcesVersion" }
Original file line number Diff line number Diff line change @@ -57,7 +57,6 @@ actual interface StringDesc {
57
57
abstract val locale: NSLocale
58
58
}
59
59
60
- @ThreadLocal
61
60
actual companion object {
62
61
actual var localeType: LocaleType = LocaleType .System
63
62
}
You can’t perform that action at this time.
0 commit comments