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

[Bug]: Mismatch Between KSP and Kotlin Version #145

Closed
3 tasks done
teogor opened this issue Oct 6, 2023 · 0 comments · Fixed by #147
Closed
3 tasks done

[Bug]: Mismatch Between KSP and Kotlin Version #145

teogor opened this issue Oct 6, 2023 · 0 comments · Fixed by #147

Comments

@teogor
Copy link
Owner

teogor commented Oct 6, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Is there a StackOverflow question about this issue?

  • I have searched StackOverflow

What happened?

The current project has a version mismatch between the Kotlin Symbol Processing (KSP) and Kotlin Gradle Plugin (Kotlin-gradle-plugin) versions. Specifically, KSP version 1.9.0-1.0.13 is being used, but it's not compatible with Kotlin-gradle-plugin version 1.9.10.

To resolve this issue:

Upgrade KSP: You can upgrade the KSP version to a compatible one, ensuring that it works seamlessly with Kotlin-gradle-plugin 1.9.10.

Relevant logcat output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging a pull request may close this issue.

1 participant