Skip to content

Commit

Permalink
Fix dependency of integration-tests
Browse files Browse the repository at this point in the history
so that it can run individually.
  • Loading branch information
ting-yuan committed Sep 20, 2023
1 parent 2f4b056 commit a2a4445
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration-tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ dependencies {
testImplementation(gradleTestKit())
testImplementation("org.jetbrains.kotlin:kotlin-compiler:$kotlinBaseVersion")
testImplementation(project(":api"))
testImplementation(project(":common-util"))
testImplementation(project(":gradle-plugin"))
testImplementation(project(":symbol-processing"))
testImplementation(project(":symbol-processing-cmdline"))
Expand Down

0 comments on commit a2a4445

Please sign in to comment.