Scripting invalidate compiled cache if a dependency is missing
#KT-48303 fixed
This commit is contained in:
committed by
TeamCityServer
parent
e60e80f19a
commit
61e5f68b8d
@@ -5,7 +5,6 @@
|
||||
|
||||
package kotlin.script.experimental.jvm.impl
|
||||
|
||||
import org.jetbrains.annotations.TestOnly
|
||||
import java.io.*
|
||||
import java.net.URL
|
||||
import java.net.URLClassLoader
|
||||
@@ -94,7 +93,6 @@ open class KJvmCompiledScript internal constructor(
|
||||
)
|
||||
}
|
||||
|
||||
@TestOnly
|
||||
fun getCompiledModule() = compiledModule
|
||||
|
||||
private fun writeObject(outputStream: ObjectOutputStream) {
|
||||
|
||||
Reference in New Issue
Block a user