We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e963b7d commit 3158ba9Copy full SHA for 3158ba9
tests/compiler-plugin-tests/build.gradle.kts
@@ -91,6 +91,7 @@ dependencies {
91
testImplementation(libs.junit5.platform.runner)
92
testImplementation(libs.junit5.platform.suite.api)
93
94
+ testDataClasspath(projects.utils)
95
testDataClasspath(libs.coroutines.core)
96
testDataClasspath(libs.serialization.core)
97
}
0 commit comments