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
@@ -6,7 +6,6 @@ plugins {
dependencies {
api(project(":examples:scripting-jvm-simple-script"))
api(project(":kotlin-scripting-jvm-host-unshaded"))
api(project(":kotlin-script-util"))
testRuntimeOnly(project(":kotlin-compiler"))
testRuntimeOnly(project(":kotlin-scripting-compiler"))
testApi(commonDependency("junit"))