Skip to content

Commit 24d46e3

Browse files
ting-yuanKSP Auto Pick
authored andcommitted
Update shadow-validation-baseline.txt
1. Exclude kotlinx-coroutines since they are not bundled. 2. Other changes are backend related that KSP doesn't care. (cherry picked from commit 01c1fff)
1 parent 924a66a commit 24d46e3

2 files changed

Lines changed: 956 additions & 396 deletions

File tree

kotlin-analysis-api/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ dependencies {
132132
libsForTestingCommon(kotlin("stdlib-common", aaKotlinBaseVersion))
133133

134134
depJarsForCheck("org.jetbrains.kotlin", "kotlin-stdlib", kotlinBaseVersion)
135+
depJarsForCheck("org.jetbrains.intellij.deps.kotlinx:kotlinx-coroutines-core-jvm:$aaCoroutinesVersion")
136+
depJarsForCheck("org.jetbrains.intellij.deps.kotlinx:kotlinx-coroutines-core:$aaCoroutinesVersion")
135137
depJarsForCheck(project(":api"))
136138
depJarsForCheck(project(":common-deps"))
137139

0 commit comments

Comments
 (0)