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

NoClassDefFound in ksp.useKSP2=true mode #1665

Closed
mazhukinevgeniy opened this issue Dec 20, 2023 · 1 comment · May be fixed by #1732
Closed

NoClassDefFound in ksp.useKSP2=true mode #1665

mazhukinevgeniy opened this issue Dec 20, 2023 · 1 comment · May be fixed by #1732
Assignees
Labels
bug Something isn't working P1 major features or blocking bugs
Milestone

Comments

@mazhukinevgeniy
Copy link

mazhukinevgeniy commented Dec 20, 2023

Initial report: https://youtrack.jetbrains.com/issue/KT-64365/NoClassDefFound-on-upgrading-ksp-to-2.0.0-beta1

I think the issue is caused by adding kotlin-compiler-common-for-ide without transitive dependencies. io.javaslang:javaslang:2.0.6 should be provided.

@neetopia neetopia self-assigned this Dec 26, 2023
@ting-yuan ting-yuan added this to the 2.0 milestone Feb 2, 2024
@ting-yuan ting-yuan added bug Something isn't working P1 major features or blocking bugs labels Feb 2, 2024
sgammon added a commit to sgammon/ksp that referenced this issue Feb 14, 2024
Fixes and closes google#1665

Signed-off-by: Sam Gammon <sam@elide.ventures>
sgammon added a commit to sgammon/ksp that referenced this issue Feb 14, 2024
Fixes and closes google#1665

Signed-off-by: Sam Gammon <sam@elide.ventures>
@ting-yuan ting-yuan assigned ting-yuan and unassigned neetopia Feb 26, 2024
@ting-yuan
Copy link
Collaborator

Thanks for the bug report and suggested fix! Missing dependencies are added in #1749, which is available in the nightly build, and will be included in the future 1.0.18 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P1 major features or blocking bugs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants