-
Notifications
You must be signed in to change notification settings - Fork 213
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
JDeps compiler plugin doesn't work under the new k2 compiler #843
Comments
Seems like this will be possible once https://youtrack.jetbrains.com/issue/KT-51982 is done. I wonder if it's possible switch the plugin to KSP... |
@rockwotj are you able to take a look at fixing up the jdeps plugin so that it supports K2? |
I am hoping to have time, but note that it isn't possible right now until k2 has support for KSP. |
has anyone taken up this work now that Kotlin 2.0 is in Beta5? |
Unlikely, I at least no longer work on a Kotlin codebase and won't be able to look into this. |
Looks like this is fixed |
I tried to play with the new k2 compiler now that in 1.7.20 the abi-gen plugin is supported, but the jdeps plugin needs to be updated to support k2. Here is the error that I get:
From the kotlin slack, it seems that the rough guide for k2 plugins are here. Mostly we need to switch
JdepsGenExtension
fromAnalysisHandlerExtension
toFirExtension
The text was updated successfully, but these errors were encountered: