[Analysis API] add information about KtModule to reported exceptions

This commit is contained in:
Ilya Kirillov
2023-02-15 16:41:35 +01:00
committed by Space Team
parent c37ee83791
commit fbcaf3efeb
3 changed files with 17 additions and 0 deletions
@@ -7,6 +7,7 @@ dependencies {
implementation(project(":compiler:psi"))
implementation(kotlinxCollectionsImmutable())
implementation(commonDependency("org.jetbrains.kotlin:kotlin-reflect")) { isTransitive = false }
implementation(project(":analysis:project-structure"))
implementation(intellijCore())
}