Skip to content

Commit

Permalink
Updated kotlin support (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
noheltcj authored May 1, 2019
1 parent 2161e56 commit a377b14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ we will be keeping up with this support map going forward.
0.5.0 -> 1.3.21
0.5.1 -> 1.3.21
0.5.2 -> 1.3.30
0.5.3 -> 1.3.31
```

## Temporary Limitations
Expand Down
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
buildscript {
ext {
project_group_id = 'com.noheltcj'
project_version = '0.5.2'
kotlin_version = '1.3.30'
project_version = '0.5.3'
kotlin_version = '1.3.31'
upload_artifacts = System.getenv("uploadArtifacts") == "true"
}

Expand All @@ -12,9 +12,9 @@ buildscript {
}

plugins {
id 'kotlin-platform-common' version '1.3.30' apply false
id 'kotlin-platform-js' version '1.3.30' apply false
id 'kotlin-platform-jvm' version '1.3.30' apply false
id 'kotlin-platform-common' version '1.3.31' apply false
id 'kotlin-platform-js' version '1.3.31' apply false
id 'kotlin-platform-jvm' version '1.3.31' apply false
}

subprojects {
Expand Down

0 comments on commit a377b14

Please sign in to comment.