REPL: Fix REPL scripts metadata to be correctly recognized by class file decompiler

This commit is contained in:
Ilya Muradyan
2022-01-24 19:09:10 +03:00
committed by teamcity
parent d2418a1329
commit 9637b6b848
6 changed files with 60 additions and 17 deletions
@@ -16,6 +16,7 @@ dependencies {
implementation(intellijCore())
testImplementation(project(":analysis:decompiled:decompiler-to-file-stubs"))
testImplementation(projectTests(":analysis:decompiled:decompiler-to-file-stubs"))
testImplementation(projectTests(":analysis:analysis-api-impl-base"))
testImplementation(projectTests(":analysis:analysis-api-fir"))
}