Skip to content

Commit

Permalink
Fix box test classpath
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr3zee committed Sep 24, 2024
1 parent e963b7d commit 3158ba9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/compiler-plugin-tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ dependencies {
testImplementation(libs.junit5.platform.runner)
testImplementation(libs.junit5.platform.suite.api)

testDataClasspath(projects.utils)
testDataClasspath(libs.coroutines.core)
testDataClasspath(libs.serialization.core)
}
Expand Down

0 comments on commit 3158ba9

Please sign in to comment.