Scripting: fix descriptor extraction, restore main-kts testing

Temporary solution for K1 - see comments in the code
it seems that a scenario reproduced in the MainKtsTest.testKt48812
wasn't covered with analogous changes before.
And it wasn't detected while main-kts tests weren't a part of the
K1 scripting tests.
The test is fixed now, and testing of main-kts is restored.
This commit is contained in:
Ilya Chernikov
2023-07-20 18:06:57 +02:00
committed by Space Team
parent 776cdbcd3f
commit 3dc94f3d31
2 changed files with 8 additions and 2 deletions
+1
View File
@@ -708,6 +708,7 @@ tasks {
dependsOn(":kotlin-scripting-jsr223-test:embeddableTest")
dependsOn(":kotlin-scripting-ide-services-test:test")
dependsOn(":kotlin-scripting-ide-services-test:embeddableTest")
dependsOn(":kotlin-main-kts-test:test")
}
register("scriptingK2Test") {