File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
java/io/swagger/codegen/v3/generators/kotlin
resources/handlebars/kotlin-client Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 5
5
import io .swagger .codegen .v3 .CliOption ;
6
6
import io .swagger .codegen .v3 .CodegenType ;
7
7
import io .swagger .codegen .v3 .SupportingFile ;
8
- import org .apache .commons .lang3 .StringUtils ;
9
8
import org .slf4j .Logger ;
10
9
import org .slf4j .LoggerFactory ;
11
10
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ task wrapper(type: Wrapper) {
7
7
}
8
8
9
9
buildscript {
10
- ext.kotlin_version = ' 1.3.50 '
10
+ ext.kotlin_version = ' 1.3.72 '
11
11
12
12
repositories {
13
13
mavenCentral()
@@ -24,7 +24,7 @@ repositories {
24
24
}
25
25
26
26
dependencies {
27
- compile " org.jetbrains.kotlin:kotlin-stdlib-jre8 :$kotlin_version"
27
+ compile " org.jetbrains.kotlin:kotlin-stdlib-jdk8 :$kotlin_version"
28
28
compile " com.squareup.moshi:moshi-kotlin:1.8.0"
29
29
compile " com.squareup.moshi:moshi-adapters:1.8.0"
30
30
compile " com.squareup.okhttp3:okhttp:3.14.2"
You can’t perform that action at this time.
0 commit comments