You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expect that a typical case for plugin development will be a mpp project with resources generated by JS part and actual integration descriptor in JVM part.
Currently, this does not work out of the box:
An exception occurred applying plugin request [id: 'org.jetbrains.kotlin.jupyter.api', version: '0.8.3.236']
> Failed to apply plugin 'org.jetbrains.kotlin.jupyter.api'.
> Configuration with name 'compileOnly' not found.
The text was updated successfully, but these errors were encountered:
The test was added and the problem with the resources should be solved - there is a separate task and output directory for plugin resources, and *processResources tasks depend on it.
I expect that a typical case for plugin development will be a mpp project with resources generated by JS part and actual integration descriptor in JVM part.
Currently, this does not work out of the box:
The text was updated successfully, but these errors were encountered: