File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11buildscript {
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
1414plugins {
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
1919apply 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
6363compileKotlin {
You can’t perform that action at this time.
0 commit comments