Skip to content

Commit 922eaff

Browse files
committed
Update Kotlin version
1 parent 1e9f368 commit 922eaff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlin_version = '1.3.41'
2+
ext.kotlin_version = '1.3.50'
33

44
repositories {
55
mavenCentral()
@@ -13,7 +13,7 @@ buildscript {
1313

1414
plugins {
1515
id 'java'
16-
id 'org.jetbrains.kotlin.jvm' version '1.3.41'
16+
id 'org.jetbrains.kotlin.jvm' version '1.3.50'
1717
}
1818

1919
apply plugin: 'kotlin'
@@ -56,8 +56,8 @@ dependencies {
5656

5757
// the Kotlin compiler should be near the end of the list because its .jar file includes
5858
// an obsolete version of Guava
59-
implementation "org.jetbrains.kotlin:kotlin-compiler-embeddable:1.3.41"
60-
implementation "org.jetbrains.kotlin:kotlin-annotation-processing-embeddable:1.3.41"
59+
implementation "org.jetbrains.kotlin:kotlin-compiler-embeddable:1.3.50"
60+
implementation "org.jetbrains.kotlin:kotlin-annotation-processing-embeddable:1.3.50"
6161
}
6262

6363
compileKotlin {

0 commit comments

Comments
 (0)