Remove examples/tests based on obsolete script-util

also mark the rest of the API as Obsolete
related to #KT-58367
This commit is contained in:
Ilya Chernikov
2023-05-02 17:20:47 +02:00
committed by Space Team
parent 2e393e8fb7
commit 8c8ca7bb70
14 changed files with 6 additions and 530 deletions
-2
View File
@@ -693,7 +693,6 @@ tasks {
register("scriptingJvmTest") {
dependsOn("dist")
dependsOn(":kotlin-script-util:test")
dependsOn(":kotlin-scripting-compiler:test")
dependsOn(":kotlin-scripting-compiler:testWithIr")
dependsOn(":kotlin-scripting-common:test")
@@ -706,7 +705,6 @@ tasks {
// see comments on the task in kotlin-scripting-jvm-host-test
// dependsOn(":kotlin-scripting-jvm-host-test:embeddableTest")
dependsOn(":kotlin-scripting-jsr223-test:embeddableTest")
dependsOn(":kotlin-main-kts-test:test")
dependsOn(":kotlin-scripting-ide-services-test:test")
dependsOn(":kotlin-scripting-ide-services-test:embeddableTest")
}