We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6596f74 commit 785866bCopy full SHA for 785866b
rewrite-test/build.gradle.kts
@@ -15,9 +15,9 @@ dependencies {
15
api("org.junit.jupiter:junit-jupiter-api:latest.release")
16
api("org.junit.jupiter:junit-jupiter-params:latest.release")
17
18
- implementation(platform("org.jetbrains.kotlin:kotlin-bom"))
19
- implementation("org.jetbrains.kotlin:kotlin-reflect")
20
- implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
+ compileOnly(platform("org.jetbrains.kotlin:kotlin-bom"))
+ compileOnly("org.jetbrains.kotlin:kotlin-reflect")
+ compileOnly("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
21
implementation("io.github.classgraph:classgraph:latest.release")
22
implementation("org.assertj:assertj-core:latest.release")
23
0 commit comments