[minor] copy utility fun to reduce dependencies
This commit is contained in:
+2
-1
@@ -6,7 +6,6 @@
|
|||||||
package kotlin.script.experimental.jvmhost.test
|
package kotlin.script.experimental.jvmhost.test
|
||||||
|
|
||||||
import kotlinx.coroutines.runBlocking
|
import kotlinx.coroutines.runBlocking
|
||||||
import org.jetbrains.kotlin.daemon.common.toHexString
|
|
||||||
import org.junit.Assert
|
import org.junit.Assert
|
||||||
import org.junit.Test
|
import org.junit.Test
|
||||||
import java.io.*
|
import java.io.*
|
||||||
@@ -178,6 +177,8 @@ private fun File.readCompiledScript(scriptCompilationConfiguration: ScriptCompil
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private fun ByteArray.toHexString(): String = joinToString("", transform = { "%02x".format(it) })
|
||||||
|
|
||||||
|
|
||||||
private class FileBasedScriptCache(val baseDir: File) : CompiledJvmScriptsCache {
|
private class FileBasedScriptCache(val baseDir: File) : CompiledJvmScriptsCache {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user