File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ buildscript {
3636 }
3737
3838 dependencies {
39- classpath "dev.icerock.moko:resources-generator:0.16.0 "
39+ classpath "dev.icerock.moko:resources-generator:0.16.1 "
4040 }
4141}
4242
@@ -53,7 +53,7 @@ project build.gradle
5353apply plugin: "dev.icerock.mobile.multiplatform-resources"
5454
5555dependencies {
56- commonMainApi("dev.icerock.moko:resources:0.16.0 ")
56+ commonMainApi("dev.icerock.moko:resources:0.16.1 ")
5757}
5858
5959multiplatformResources {
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ kotlinPoetVersion = "1.6.0"
1212kotlinxSerializationVersion = " 1.2.1"
1313detektVersion = " 1.15.0"
1414mokoGraphicsVersion = " 0.7.0"
15- mokoParcelizeVersion = " 0.7.0 "
16- mokoResourcesVersion = " 0.16.0 "
15+ mokoParcelizeVersion = " 0.7.1 "
16+ mokoResourcesVersion = " 0.16.1 "
1717
1818[libraries ]
1919appCompat = { module = " androidx.appcompat:appcompat" , version.ref = " androidAppCompatVersion" }
You can’t perform that action at this time.
0 commit comments