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

Update Jupyter API version and fix build #5

Merged
merged 1 commit into from
Nov 3, 2021

Conversation

ileasile
Copy link
Contributor

@ileasile ileasile commented Nov 3, 2021

There are two problems:

  1. There was a recent change that broke the compatibility, I wrote about it in Kotlin Slack: https://kotlinlang.slack.com/archives/C4W52CFEZ/p1630318024011800
  2. Problem of compatibility between KSP versions really exist, but I don't know how to solve it on Jupyter API plugin side, because we can't adjust the plugin version while applying another plugin in our plugin. So, if you use some unstable version of Kotlin, you can apply the corresponding version of KSP to the build. Alternatively, you can use the Jupyter integration without using scanner and annotations, this approach is described here.

@breandan
Copy link
Owner

breandan commented Nov 3, 2021

My bad, I missed the Slack message and should have read your docs more carefully. Thank you for the PR!

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

Successfully merging this pull request may close these issues.

None yet

2 participants