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 4c0f7ef commit 0caac4cCopy full SHA for 0caac4c
jupyter-lib/shared-compiler/build.gradle.kts
@@ -25,7 +25,7 @@ dependencies {
25
compileOnly(libs.kotlin.dev.scriptingCommon)
26
compileOnly(libs.kotlin.dev.scriptingJvm)
27
compileOnly(libs.kotlin.dev.scriptingCompilerImplUnshaded)
28
- implementation(libs.kotlin.dev.scriptingDependencies) { isTransitive = false }
+ compileOnly(libs.kotlin.dev.scriptingDependencies) { isTransitive = false }
29
30
// Serialization compiler plugin (for notebooks, not for kernel code)
31
compileOnly(libs.serialization.dev.unshadedPlugin)
0 commit comments