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 cc5a15c commit 8c3173cCopy full SHA for 8c3173c
build.gradle
@@ -48,7 +48,7 @@ dependencies {
48
testImplementation "org.mockito:mockito-core:2.23.4"
49
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.0.0"
50
51
- testImplementation 'com.squareup:kotlinpoet:1.0.0-RC1'
+ testImplementation 'com.squareup:kotlinpoet:1.4.0'
52
testImplementation 'com.squareup:javapoet:1.11.1'
53
54
implementation "com.squareup.okio:okio:2.1.0"
@@ -67,4 +67,4 @@ compileKotlin {
67
compileTestKotlin {
68
kotlinOptions.jvmTarget = "1.8"
69
kotlinOptions.freeCompilerArgs += ["-Xskip-runtime-version-check"]
70
-}
+}
0 commit comments