File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ This is a Kotlin MultiPlatform library that provides access to the resources on
4444 - 0.9.1
4545- kotlin 1.3.72
4646 - 0.10.0
47+ - 0.10.1
4748
4849## Installation
4950root build.gradle
@@ -54,7 +55,7 @@ buildscript {
5455 }
5556
5657 dependencies {
57- classpath "dev.icerock.moko:resources-generator:0.10.0 "
58+ classpath "dev.icerock.moko:resources-generator:0.10.1 "
5859 }
5960}
6061
@@ -71,7 +72,7 @@ project build.gradle
7172apply plugin: "dev.icerock.mobile.multiplatform-resources"
7273
7374dependencies {
74- commonMainApi("dev.icerock.moko:resources:0.10.0 ")
75+ commonMainApi("dev.icerock.moko:resources:0.10.1 ")
7576}
7677
7778multiplatformResources {
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ object Versions {
1212 const val kotlin = " 1.3.72"
1313 const val detekt = " 1.7.4"
1414
15- private const val mokoResources = " 0.10.0 "
15+ private const val mokoResources = " 0.10.1 "
1616
1717 object Plugins {
1818 const val android = " 3.6.2"
You can’t perform that action at this time.
0 commit comments