Skip to content

Commit

Permalink
UPDATE AA VERSION: 2.0.0-dev-6573
Browse files Browse the repository at this point in the history
(cherry picked from commit 3a702e3)
  • Loading branch information
ting-yuan authored and KSP Auto Pick committed Nov 16, 2023
1 parent 20f5b15 commit ea17eea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ junit5Version=5.8.2
junitPlatformVersion=1.8.2
googleTruthVersion=1.1

aaKotlinBaseVersion=2.0.0-dev-4562
aaKotlinBaseVersion=2.0.0-dev-6573
aaIntellijVersion=213.7172.25
aaGuavaVersion=29.0-jre
aaAsmVersion=9.0
Expand Down
5 changes: 4 additions & 1 deletion kotlin-analysis-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ dependencies {
"org.jetbrains.kotlin:symbol-light-classes-for-ide",
"org.jetbrains.kotlin:analysis-api-standalone-for-ide",
"org.jetbrains.kotlin:high-level-api-impl-base-for-ide",
"org.jetbrains.kotlin:kotlin-compiler-for-ide",
"org.jetbrains.kotlin:kotlin-compiler-common-for-ide",
"org.jetbrains.kotlin:kotlin-compiler-fir-for-ide",
"org.jetbrains.kotlin:kotlin-compiler-fe10-for-ide",
"org.jetbrains.kotlin:kotlin-compiler-ir-for-ide",
).forEach {
implementation("$it:$aaKotlinBaseVersion") { isTransitive = false }
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import org.jetbrains.kotlin.psi.KtScript
import org.jetbrains.kotlin.psi.KtTypeAlias

class IncrementalKotlinDeclarationProvider(var del: KotlinDeclarationProvider) : KotlinDeclarationProvider() {
override fun computePackageSetWithTopLevelCallableDeclarations(): Set<String> {
override fun computePackageSetWithTopLevelCallableDeclarations(): Set<String>? {
return del.computePackageSetWithTopLevelCallableDeclarations()
}

Expand Down

0 comments on commit ea17eea

Please sign in to comment.