File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ buildscript {
5858 }
5959
6060 dependencies {
61- classpath "dev.icerock.moko:resources-generator:0.21.0 "
61+ classpath "dev.icerock.moko:resources-generator:0.21.1 "
6262 }
6363}
6464
@@ -76,10 +76,10 @@ project build.gradle
7676apply plugin: "dev.icerock.mobile.multiplatform-resources"
7777
7878dependencies {
79- commonMainApi("dev.icerock.moko:resources:0.21.0 ")
80- commonMainApi("dev.icerock.moko:resources-compose:0.21.0 ") // for compose multiplatform
79+ commonMainApi("dev.icerock.moko:resources:0.21.1 ")
80+ commonMainApi("dev.icerock.moko:resources-compose:0.21.1 ") // for compose multiplatform
8181
82- commonTestImplementation("dev.icerock.moko:resources-test:0.21.0 ")
82+ commonTestImplementation("dev.icerock.moko:resources-test:0.21.1 ")
8383}
8484
8585multiplatformResources {
@@ -98,7 +98,7 @@ should [add `export` declarations](https://kotlinlang.org/docs/multiplatform-bui
9898
9999```
100100framework {
101- export("dev.icerock.moko:resources:0.21.0 ")
101+ export("dev.icerock.moko:resources:0.21.1 ")
102102 export("dev.icerock.moko:graphics:0.9.0") // toUIColor here
103103}
104104```
You can’t perform that action at this time.
0 commit comments