Skip to content

Commit 9f4f6e5

Browse files
committed
updated org.jetbrains.kotlin version
1 parent f821af0 commit 9f4f6e5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ buildscript {
66
dependencies {
77
// https://github.com/melix/japicmp-gradle-plugin/issues/36
88
classpath 'com.google.guava:guava:31.1-jre'
9+
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.0"
910
}
1011
}
1112

@@ -126,9 +127,14 @@ dependencies {
126127
// TODO remove direct dependency when OkHttp 4.12.0 is released
127128
implementation ("com.squareup.okhttp3:okhttp:${okhttpVersion}") {
128129
exclude group: 'com.squareup.okhttp3', module: 'okio'
130+
exclude group: 'org.jetbrains.kotlin', module: 'kotlin-stdlib'
131+
exclude group: 'org.jetbrains.kotlin', module: 'kotlin-stdlib-jdk8'
129132
}
130133
implementation "com.squareup.okio:okio:3.5.0"
131134

135+
implementation "org.jetbrains.kotlin:kotlin-stdlib:2.1.0"
136+
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.0"
137+
132138
implementation "com.squareup.okhttp3:logging-interceptor:${okhttpVersion}"
133139
implementation "com.fasterxml.jackson.core:jackson-databind:2.15.0"
134140
implementation "com.auth0:java-jwt:4.4.0"

0 commit comments

Comments
 (0)