Skip to content

Commit

Permalink
compileOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
sksamuel committed May 27, 2024
1 parent 005949c commit f9baeaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ dependencies {
// needed for the resource files which are loaded into java light tests
testImplementation(libs.test.kotest.framework.api)
testImplementation(libs.test.kotest.assertions.core)
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
compileOnly("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
}

sourceSets {
Expand Down

0 comments on commit f9baeaa

Please sign in to comment.