We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12e74ee commit 6eb0028Copy full SHA for 6eb0028
core/build.gradle
@@ -23,7 +23,7 @@ dependencies {
23
testImplementation 'com.squareup:kotlinpoet:1.4.0'
24
testImplementation 'com.squareup:javapoet:1.11.1'
25
26
- implementation "com.squareup.okio:okio:2.1.0"
+ implementation "com.squareup.okio:okio:2.9.0"
27
implementation 'io.github.classgraph:classgraph:4.8.86'
28
29
// This dependency is only needed as a "sample" compiler plugin to test that
0 commit comments