We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent d57fcef commit 1d60338Copy full SHA for 1d60338
build.gradle
@@ -10,7 +10,7 @@ buildscript {
10
}
11
12
plugins {
13
- id 'nebula.kotlin' version '1.3.70'
+ id 'org.jetbrains.kotlin.jvm' version '1.3.71'
14
id 'org.jmailen.kotlinter' version '2.3.2'
15
id 'io.gitlab.arturbosch.detekt' version '1.0.0-RC14'
16
id 'org.jetbrains.dokka' version '0.10.0'
gradle.properties
@@ -1,6 +1,6 @@
1
groovyVersion=3.0.1
2
groovy2Version=2.5.10
3
-kotlinVersion=1.3.70
+kotlinVersion=1.3.71
4
httpBuilderVersion=1.0.4
5
commonsLang3Version=3.4
6
httpClientVersion=4.5.5
0 commit comments