We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a43667 commit ec6f4a5Copy full SHA for ec6f4a5
src/test/kotlin/org/jetbrains/kotlinx/jupyter/test/TestUtilTest.kt
@@ -20,7 +20,6 @@ class TestUtilTest {
20
"kotlin-stdlib",
21
"kotlin-reflect",
22
"kotlin-script-runtime",
23
- "kotlinx-serialization-json",
24
"kotlinx-serialization-json-jvm",
25
"kotlinx-serialization-core-jvm",
26
classLoader = classLoader
src/test/kotlin/org/jetbrains/kotlinx/jupyter/test/testUtil.kt
@@ -56,7 +56,6 @@ val classpath = scriptCompilationClasspathFromContext(
56
57
58
59
60
61
62
classLoader = TestDisplayHandler::class.java.classLoader
0 commit comments