This repository was archived by the owner on Oct 19, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +12
-10
lines changed Expand file tree Collapse file tree 4 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
99 }
1010
1111 dependencies {
12- classpath deps. plugins. kotlin
12+ classpath deps. plugins. kotlinBuild
1313 }
1414}
1515
Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ dependencies {
2929 implementation deps. kotlin. native_utils
3030
3131 compileOnly gradleApi()
32- compileOnly deps. plugins. kotlin
32+ compileOnly deps. plugins. kotlinDependency
3333
3434 testImplementation deps. junit
3535 testImplementation deps. truth
3636
37- fixtureClasspath deps. plugins. kotlin
37+ fixtureClasspath deps. plugins. kotlinDependency
3838}
3939
4040apply from : " $rootDir /gradle/gradle-mvn-push.gradle"
Original file line number Diff line number Diff line change 11GROUP =co.touchlab
2- VERSION_NAME =0.11
2+ VERSION_NAME =0.12
33
44POM_URL =https://github.com/touchlab/KotlinCocoapods/
55POM_SCM_URL =https://github.com/touchlab/KotlinCocoapods/
Original file line number Diff line number Diff line change 11ext. versions = [
2- kotlin : ' 1.4.0' ,
2+ kotlinBuild : ' 1.3.72' ,
3+ kotlinDependency : ' 1.4.0' ,
34]
45
56ext. deps = [
67 plugins : [
7- kotlin : " org.jetbrains.kotlin:kotlin-gradle-plugin:${ versions.kotlin} " ,
8+ kotlinBuild : " org.jetbrains.kotlin:kotlin-gradle-plugin:${ versions.kotlinBuild} " ,
9+ kotlinDependency : " org.jetbrains.kotlin:kotlin-gradle-plugin:${ versions.kotlinDependency} " ,
810 ],
911
1012 kotlin : [
1113 stdlib : [
12- jdk : " org.jetbrains.kotlin:kotlin-stdlib-jdk7:${ versions.kotlin } " ,
14+ jdk : " org.jetbrains.kotlin:kotlin-stdlib-jdk7:${ versions.kotlinDependency } " ,
1315 ],
14- native_utils : " org.jetbrains.kotlin:kotlin-native-utils:${ versions.kotlin } " ,
16+ native_utils : " org.jetbrains.kotlin:kotlin-native-utils:${ versions.kotlinDependency } " ,
1517 test : [
16- common : " org.jetbrains.kotlin:kotlin-test-common:${ versions.kotlin } " ,
17- commonAnnotations : " org.jetbrains.kotlin:kotlin-test-annotations-common:${ versions.kotlin } " ,
18+ common : " org.jetbrains.kotlin:kotlin-test-common:${ versions.kotlinDependency } " ,
19+ commonAnnotations : " org.jetbrains.kotlin:kotlin-test-annotations-common:${ versions.kotlinDependency } " ,
1820 ],
1921 ],
2022 junit : ' junit:junit:4.12' ,
You can’t perform that action at this time.
0 commit comments