Stop publishing obsolete kotlin-script-util

#KT-58366 fixed
This commit is contained in:
Ilya Chernikov
2023-05-02 16:35:03 +02:00
committed by Space Team
parent 17dded2f2a
commit 2e393e8fb7
10 changed files with 4 additions and 28 deletions
-1
View File
@@ -28,7 +28,6 @@ dependencies {
testApi(project(":compiler:ir.ir2cfg"))
testApi(project(":compiler:ir.tree")) // used for deepCopyWithSymbols call that is removed by proguard from the compiler TODO: make it more straightforward
testApi(project(":kotlin-scripting-compiler"))
testApi(project(":kotlin-script-util"))
otherCompilerModules.forEach {
testCompileOnly(project(it))