File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments