[Analysis API] add checks that KtLifetimeOwners are not leaked to other analyse scope

This commit is contained in:
Ilya Kirillov
2022-06-28 16:34:49 +02:00
parent aca8643262
commit 21fcb9ccc0
4 changed files with 22 additions and 13 deletions
+1
View File
@@ -8,6 +8,7 @@ kotlin {
}
dependencies {
implementation(kotlinxCollectionsImmutable())
compileOnly(project(":kotlin-reflect-api"))
compileOnly(project(":compiler:psi"))