File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
src/main/kotlin/com/tschuchort/compiletesting Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -47,17 +47,17 @@ dependencies {
4747 testImplementation " org.mockito:mockito-core:2.23.4"
4848 testImplementation " com.nhaarman.mockitokotlin2:mockito-kotlin:2.0.0"
4949
50- testCompile " me.eugeniomarletti.kotlin.metadata:kotlin-metadata:1.4.0"
50+ compile " me.eugeniomarletti.kotlin.metadata:kotlin-metadata:1.4.0"
5151 testCompile ' com.squareup:kotlinpoet:1.0.0-RC1'
5252 testCompile ' com.squareup:javapoet:1.11.1'
5353
54- testImplementation " com.squareup.okio:okio:2.1.0"
55- testImplementation ' io.github.classgraph:classgraph:4.6.10'
54+ implementation " com.squareup.okio:okio:2.1.0"
55+ implementation ' io.github.classgraph:classgraph:4.6.10'
5656
5757 // the Kotlin compiler should be near the end of the list because its .jar file includes
5858 // an obsolete version of Guava
59- testCompile " org.jetbrains.kotlin:kotlin-compiler-embeddable:1.3.11"
60- testCompile " org.jetbrains.kotlin:kotlin-annotation-processing-embeddable:1.3.11"
59+ compile " org.jetbrains.kotlin:kotlin-compiler-embeddable:1.3.11"
60+ compile " org.jetbrains.kotlin:kotlin-annotation-processing-embeddable:1.3.11"
6161}
6262
6363compileKotlin {
File renamed without changes.
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ import java.io.*
3232import java.lang.RuntimeException
3333import java.util.zip.ZipEntry
3434import java.util.zip.ZipOutputStream
35- import javax.lang.model.SourceVersion
3635import javax.tools.Diagnostic
3736import javax.tools.DiagnosticCollector
3837import javax.tools.JavaFileObject
You can’t perform that action at this time.
0 commit comments