Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support multiplatform projects in jupyter.api plugin #148

Closed
altavir opened this issue Mar 7, 2021 · 4 comments
Closed

Support multiplatform projects in jupyter.api plugin #148

altavir opened this issue Mar 7, 2021 · 4 comments

Comments

@altavir
Copy link
Contributor

altavir commented Mar 7, 2021

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.
@ileasile
Copy link
Collaborator

ileasile commented Mar 8, 2021

Can you share a small MPP project for testing if you have one?

@altavir
Copy link
Contributor Author

altavir commented Mar 9, 2021

I did better :). No tests though and finding proper resource directories could be glitched for non-standard project structure.

@ileasile
Copy link
Collaborator

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.

@ileasile
Copy link
Collaborator

See d220303

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants