-
-
Notifications
You must be signed in to change notification settings - Fork 134
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
[KSP2] Class cast exception when running ksp #688
Comments
Hi @jamesrapadmi 👋 Are you using an enum entry as "visibility" or as "defaultTransitions" on any of your |
I'm not using either of those features the only field I'm using in the nav graphs is |
@FooIbar my bad, I completely forgot about that. Do you have any idea why I don't have this issue? 🤔 |
Yes, but there are still other issues (on the KSP side, though) when using this library with KSP2.
|
I knew this, but yeah now that you mention it I feel stupid 😅 In that case, @jamesrapadmi are you using KSP2?
Because given what @FooIbar said
I'd recommend against it. |
Yes I am, sorry should have mentioned that up top! |
Hey, is there any movement on this issue? From the looks of the open PR, there might not be any outstanding issues to support KSP2? I'm hitting the same issue as @jamesrapadmi with Kotlin 2.0.21, KSP 2.0.21-1.0.26 and Compose Destinations 2.1.0-beta14. For context, am also attempting to upgrade my version of Mockative to support Kotlin 2 but the update there requires KSP 2. |
I'm seeing the following error when trying to build a project:
I'm using ksp
2.0.20-1.0.25
with compose destinations2.1.0-beta12
. Are you able to provide a fix for this issue?The text was updated successfully, but these errors were encountered: