File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ This is a Kotlin MultiPlatform library that provides access to the resources on
4747 - 0.10.0
4848 - 0.10.1
4949 - 0.11.0
50+ - 0.11.1
5051
5152## Installation
5253root build.gradle
@@ -57,7 +58,7 @@ buildscript {
5758 }
5859
5960 dependencies {
60- classpath "dev.icerock.moko:resources-generator:0.11.0 "
61+ classpath "dev.icerock.moko:resources-generator:0.11.1 "
6162 }
6263}
6364
@@ -74,12 +75,12 @@ project build.gradle
7475apply plugin: "dev.icerock.mobile.multiplatform-resources"
7576
7677dependencies {
77- commonMainApi("dev.icerock.moko:resources:0.11.0 ")
78+ commonMainApi("dev.icerock.moko:resources:0.11.1 ")
7879}
7980
8081multiplatformResources {
81- multiplatformResourcesPackage = "org.example.library"
82- iosBaseLocalizationRegion = "en" //optional, default "en"
82+ multiplatformResourcesPackage = "org.example.library" // required
83+ iosBaseLocalizationRegion = "en" // optional, default "en"
8384 multiplatformResourcesSourceSet = "commonClientMain" // optional, default "commonMain"
8485}
8586```
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.11.0 "
15+ private const val mokoResources = " 0.11.1 "
1616
1717 object Plugins {
1818 const val android = " 3.6.2"
You can’t perform that action at this time.
0 commit comments