Skip to content

Commit 785866b

Browse files
committed
Kotlin as an optional dependency of rewrite-test
1 parent 6596f74 commit 785866b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rewrite-test/build.gradle.kts

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ dependencies {
1515
api("org.junit.jupiter:junit-jupiter-api:latest.release")
1616
api("org.junit.jupiter:junit-jupiter-params:latest.release")
1717

18-
implementation(platform("org.jetbrains.kotlin:kotlin-bom"))
19-
implementation("org.jetbrains.kotlin:kotlin-reflect")
20-
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
18+
compileOnly(platform("org.jetbrains.kotlin:kotlin-bom"))
19+
compileOnly("org.jetbrains.kotlin:kotlin-reflect")
20+
compileOnly("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
2121
implementation("io.github.classgraph:classgraph:latest.release")
2222
implementation("org.assertj:assertj-core:latest.release")
2323

0 commit comments

Comments
 (0)