[Analysis API] add more debug info to "pointer already disposed" error

This commit is contained in:
Ilya Kirillov
2023-02-15 15:53:06 +01:00
committed by Space Team
parent 94faa759cb
commit c37ee83791
4 changed files with 39 additions and 1 deletions
@@ -6,6 +6,7 @@ plugins {
dependencies {
implementation(project(":compiler:psi"))
implementation(kotlinxCollectionsImmutable())
implementation(commonDependency("org.jetbrains.kotlin:kotlin-reflect")) { isTransitive = false }
implementation(intellijCore())
}