Skip to content

Commit f7d2e8a

Browse files
authored
Update README.md
1 parent 4318e7f commit f7d2e8a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
![mobile-multiplatform](https://user-images.githubusercontent.com/5010169/100611874-9aa17f80-3344-11eb-9737-c50ba63b0f6e.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://img.shields.io/maven-central/v/dev.icerock/mobile-multiplatform) ](https://repo1.maven.org/maven2/dev/icerock/mobile-multiplatform) ![kotlin-version](https://img.shields.io/badge/kotlin-1.4.31-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://img.shields.io/maven-central/v/dev.icerock/mobile-multiplatform) ](https://repo1.maven.org/maven2/dev/icerock/mobile-multiplatform)
33

44
# Mobile Multiplatform gradle plugin
55
This is a Gradle plugin for simple setup of Kotlin Multiplatform mobile Gradle modules.
@@ -13,8 +13,8 @@ repositories {
1313
}
1414

1515
dependencies {
16-
implementation("dev.icerock:mobile-multiplatform:0.10.1")
17-
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.31")
16+
implementation("dev.icerock:mobile-multiplatform:0.11.0")
17+
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.20")
1818
implementation("com.android.tools.build:gradle:4.1.1")
1919
}
2020
```
@@ -64,6 +64,8 @@ framework {
6464
export(kotlinNativeExportable = MultiPlatfomLibrary(<...>))
6565
export(kotlinNativeExportable = MultiPlatfomModule(<...>))
6666
export(arm64Dependency = "my.group:name-iosarm64:0.1.0", x64Dependency = "my.group:name-iosx64:0.1.0")
67+
export(artifact = "my.group:name:0.1.0") // common artifact
68+
export(provider = libs.myLib) // gradle 7 version catalog libraries accessors
6769
}
6870
```
6971

0 commit comments

Comments
 (0)