File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11![ moko-resources] ( img/logo.png )
2- [ ![ GitHub license] ( https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat )] ( http://www.apache.org/licenses/LICENSE-2.0 ) [ ![ Download] ( https://api.bintray.com/packages/icerockdev/moko/moko-resources/images/download.svg ) ] ( https://bintray.com/icerockdev/moko/moko-resources/_latestVersion ) ![ kotlin-version] ( https://img.shields.io/badge/kotlin-1.3.61 -orange )
2+ [ ![ GitHub license] ( https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat )] ( http://www.apache.org/licenses/LICENSE-2.0 ) [ ![ Download] ( https://api.bintray.com/packages/icerockdev/moko/moko-resources/images/download.svg ) ] ( https://bintray.com/icerockdev/moko/moko-resources/_latestVersion ) ![ kotlin-version] ( https://img.shields.io/badge/kotlin-1.3.70 -orange )
33
44# Mobile Kotlin resources
55This is a Kotlin MultiPlatform library that provides access to the resources on iOS & Android with the support of the default system localization.
@@ -38,6 +38,8 @@ This is a Kotlin MultiPlatform library that provides access to the resources on
3838 - 0.6.2
3939 - 0.7.0
4040 - 0.8.0
41+ - kotlin 1.3.70
42+ - 0.9.0
4143
4244## Installation
4345root build.gradle
@@ -48,7 +50,7 @@ buildscript {
4850 }
4951
5052 dependencies {
51- classpath "dev.icerock.moko:resources-generator:0.8 .0"
53+ classpath "dev.icerock.moko:resources-generator:0.9 .0"
5254 }
5355}
5456
@@ -65,7 +67,7 @@ project build.gradle
6567apply plugin: "dev.icerock.mobile.multiplatform-resources"
6668
6769dependencies {
68- commonMainApi("dev.icerock.moko:resources:0.8 .0")
70+ commonMainApi("dev.icerock.moko:resources:0.9 .0")
6971}
7072
7173multiplatformResources {
You can’t perform that action at this time.
0 commit comments