Skip to content
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request #15 from touchlab/kpg/kotlin_140
Browse files Browse the repository at this point in the history
Fixes for Kotlin 1.4.0
  • Loading branch information
kpgalligan authored Aug 25, 2020
2 parents 375899d + fccb573 commit 4ec5ff2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ tasks.getByName('pluginUnderTestMetadata').

dependencies {
implementation deps.kotlin.stdlib.jdk

implementation deps.kotlin.native_utils

compileOnly gradleApi()
compileOnly deps.plugins.kotlin

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=co.touchlab
VERSION_NAME=0.10
VERSION_NAME=0.11

POM_URL=https://github.com/touchlab/KotlinCocoapods/
POM_SCM_URL=https://github.com/touchlab/KotlinCocoapods/
Expand Down
3 changes: 2 additions & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ext.versions = [
kotlin: '1.3.61',
kotlin: '1.4.0',
]

ext.deps = [
Expand All @@ -11,6 +11,7 @@ ext.deps = [
stdlib: [
jdk: "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${versions.kotlin}",
],
native_utils: "org.jetbrains.kotlin:kotlin-native-utils:${versions.kotlin}",
test: [
common: "org.jetbrains.kotlin:kotlin-test-common:${versions.kotlin}",
commonAnnotations: "org.jetbrains.kotlin:kotlin-test-annotations-common:${versions.kotlin}",
Expand Down

0 comments on commit 4ec5ff2

Please sign in to comment.