File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ buildscript {
6565 }
6666
6767 dependencies {
68- classpath "dev.icerock.moko:resources-generator:0.25.2 "
68+ classpath "dev.icerock.moko:resources-generator:0.26.0 "
6969 }
7070}
7171
@@ -83,10 +83,10 @@ project build.gradle
8383apply plugin: "dev.icerock.mobile.multiplatform-resources"
8484
8585dependencies {
86- commonMainApi("dev.icerock.moko:resources:0.25.1 ")
87- commonMainApi("dev.icerock.moko:resources-compose:0.25.2 ") // for compose multiplatform
86+ commonMainApi("dev.icerock.moko:resources:0.26.0 ")
87+ commonMainApi("dev.icerock.moko:resources-compose:0.26.0 ") // for compose multiplatform
8888
89- commonTestImplementation("dev.icerock.moko:resources-test:0.25.2 ")
89+ commonTestImplementation("dev.icerock.moko:resources-test:0.26.0 ")
9090}
9191
9292multiplatformResources {
@@ -133,7 +133,7 @@ should [add `export` declarations](https://kotlinlang.org/docs/multiplatform-bui
133133
134134```
135135framework {
136- export("dev.icerock.moko:resources:0.25.1 ")
136+ export("dev.icerock.moko:resources:0.26.0 ")
137137 export("dev.icerock.moko:graphics:0.10.0") // toUIColor here
138138}
139139```
You can’t perform that action at this time.
0 commit comments