File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ buildscript {
6464 }
6565
6666 dependencies {
67- classpath "dev.icerock.moko:resources-generator:0.24.4 "
67+ classpath "dev.icerock.moko:resources-generator:0.24.5 "
6868 }
6969}
7070
@@ -82,10 +82,10 @@ project build.gradle
8282apply plugin: "dev.icerock.mobile.multiplatform-resources"
8383
8484dependencies {
85- commonMainApi("dev.icerock.moko:resources:0.24.4 ")
86- commonMainApi("dev.icerock.moko:resources-compose:0.24.4 ") // for compose multiplatform
85+ commonMainApi("dev.icerock.moko:resources:0.24.5 ")
86+ commonMainApi("dev.icerock.moko:resources-compose:0.24.5 ") // for compose multiplatform
8787
88- commonTestImplementation("dev.icerock.moko:resources-test:0.24.4 ")
88+ commonTestImplementation("dev.icerock.moko:resources-test:0.24.5 ")
8989}
9090
9191multiplatformResources {
@@ -132,7 +132,7 @@ should [add `export` declarations](https://kotlinlang.org/docs/multiplatform-bui
132132
133133```
134134framework {
135- export("dev.icerock.moko:resources:0.24.4 ")
135+ export("dev.icerock.moko:resources:0.24.5 ")
136136 export("dev.icerock.moko:graphics:0.9.0") // toUIColor here
137137}
138138```
Original file line number Diff line number Diff line change 11[versions ]
2- resourcesVersion = " 0.24.4 "
2+ resourcesVersion = " 0.24.5 "
33
44[libraries ]
55resources = { module = " dev.icerock.moko:resources" , version.ref = " resourcesVersion" }
You can’t perform that action at this time.
0 commit comments