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
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.
The text was updated successfully, but these errors were encountered:
breandan
added a commit
to breandan/galoisenne
that referenced
this issue
Nov 3, 2021
It seems like the KSP version is incompatible with
1.6.0-RC
. I received the following error when updating to0.10.3-31
of the Gradle plugin:The text was updated successfully, but these errors were encountered: