Jupyter plugin does not work on 1.8.0-Beta
# eap
a
Jupyter plugin does not work on 1.8.0-Beta
a
Could you please share a build scan and/or logs with stacktrace?
a
Here is the informative part. I think something is wrong with Jupyter plugin and you should check with @Ilya Muradyan.
Copy code
Caused by: java.lang.IllegalStateException: compileOnly configuration is not resolved for a multiplatform project
        at org.jetbrains.kotlinx.jupyter.api.plugin.util.ProjectUtilKt$configureDependency$3$$special$$inlined$apply$lambda$1.invoke(projectUtil.kt:37)
        at org.jetbrains.kotlinx.jupyter.api.plugin.util.ProjectUtilKt$configureDependency$3$$special$$inlined$apply$lambda$1.invoke(projectUtil.kt)
        at org.jetbrains.kotlinx.jupyter.api.plugin.util.DomainCollectionUtilKt.whenAdded(domainCollectionUtil.kt:8)
        at org.jetbrains.kotlinx.jupyter.api.plugin.util.ProjectUtilKt$configureDependency$3.execute(projectUtil.kt:32)
        at org.jetbrains.kotlinx.jupyter.api.plugin.util.ProjectUtilKt$configureDependency$3.execute(projectUtil.kt)
        at org.gradle.configuration.internal.DefaultUserCodeApplicationContext$CurrentApplication$1.execute(DefaultUserCodeApplicationContext.java:123)
i
@altavir For some reason, there is no configuration
jvmCompileOnly
in MPP in that point of time: https://github.com/Kotlin/kotlin-jupyter/blob/aa84a23c39188d23e94d87e2f686a7f52fac[…]in/org/jetbrains/kotlinx/jupyter/api/plugin/util/projectUtil.kt Maybe some configuration names were renamed in 1.8.*? I'd like to debug the build, could you please say me how to reproduce the error?
a
I just switched to 1.8.0-Beta in a project that uses jupyter plugin.
i
Is it closed-source?
a
It is open source (VisionForge), but I have not pushed 1.8.0 version yet because there are other breaking changes. You could probably try any mpp project with jupyter.
a
@Ilya Muradyan Some configurations were indeed renamed https://youtrack.jetbrains.com/issue/KT-35916
i
Ah, it explains things then. I'll fix it on my side