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

KSP does not work with Kotlin 1.6.0-RC #342

Closed
breandan opened this issue Nov 3, 2021 · 2 comments
Closed

KSP does not work with Kotlin 1.6.0-RC #342

breandan opened this issue Nov 3, 2021 · 2 comments

Comments

@breandan
Copy link
Contributor

breandan commented Nov 3, 2021

It seems like the KSP version is incompatible with 1.6.0-RC. I received the following error when updating to 0.10.3-31 of the Gradle plugin:

ksp-1.5.30-1.0.0 might not work with kotlin-1.6.0-RC properly. Please pick the same version of ksp and kotlin plugins.

> Task :compileKotlin
e: .../KotlinJupyter.kt: (8, 42): Unresolved reference: annotations
e: .../KotlinJupyter.kt: (11, 2): Unresolved reference: JupyterLibrary

> Task :compileKotlin FAILED

FAILURE: Build failed with an exception.
@ileasile
Copy link
Contributor

ileasile commented Nov 3, 2021

Thanks, Breandan, I described the problems and provided a possible fix for your build:
breandan/galoisenne#5

@ileasile
Copy link
Contributor

I'll close it because I don't know how to fix it on Jupyter plugin side. If there are some other problems, please report them in a separate issue.

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

No branches or pull requests

2 participants