This repository was archived by the owner on Oct 19, 2021. It is now read-only.
File tree 4 files changed +12
-10
lines changed
4 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
9
9
}
10
10
11
11
dependencies {
12
- classpath deps. plugins. kotlin
12
+ classpath deps. plugins. kotlinBuild
13
13
}
14
14
}
15
15
Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ dependencies {
29
29
implementation deps. kotlin. native_utils
30
30
31
31
compileOnly gradleApi()
32
- compileOnly deps. plugins. kotlin
32
+ compileOnly deps. plugins. kotlinDependency
33
33
34
34
testImplementation deps. junit
35
35
testImplementation deps. truth
36
36
37
- fixtureClasspath deps. plugins. kotlin
37
+ fixtureClasspath deps. plugins. kotlinDependency
38
38
}
39
39
40
40
apply from : " $rootDir /gradle/gradle-mvn-push.gradle"
Original file line number Diff line number Diff line change 1
1
GROUP =co.touchlab
2
- VERSION_NAME =0.11
2
+ VERSION_NAME =0.12
3
3
4
4
POM_URL =https://github.com/touchlab/KotlinCocoapods/
5
5
POM_SCM_URL =https://github.com/touchlab/KotlinCocoapods/
Original file line number Diff line number Diff line change 1
1
ext. versions = [
2
- kotlin : ' 1.4.0' ,
2
+ kotlinBuild : ' 1.3.72' ,
3
+ kotlinDependency : ' 1.4.0' ,
3
4
]
4
5
5
6
ext. deps = [
6
7
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} " ,
8
10
],
9
11
10
12
kotlin : [
11
13
stdlib : [
12
- jdk : " org.jetbrains.kotlin:kotlin-stdlib-jdk7:${ versions.kotlin } " ,
14
+ jdk : " org.jetbrains.kotlin:kotlin-stdlib-jdk7:${ versions.kotlinDependency } " ,
13
15
],
14
- native_utils : " org.jetbrains.kotlin:kotlin-native-utils:${ versions.kotlin } " ,
16
+ native_utils : " org.jetbrains.kotlin:kotlin-native-utils:${ versions.kotlinDependency } " ,
15
17
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 } " ,
18
20
],
19
21
],
20
22
junit : ' junit:junit:4.12' ,
You can’t perform that action at this time.
0 commit comments