File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 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
55This is a Gradle plugin for simple setup of Kotlin Multiplatform mobile Gradle modules.
@@ -13,8 +13,8 @@ repositories {
1313}
1414
1515dependencies {
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
You can’t perform that action at this time.
0 commit comments