Support K2 compatibility check
Opened this issue ยท 6 comments
Is your feature request related to a problem? Please describe.
We use this action to check our plugin but seems it hasn't reported K2 compatibility issues. See https://github.com/ComposeGears/Valkyrie/blob/eede1d9e9f2744a8e88b72ea0bf341e954ab2d1e/.github/workflows/release.yml#L51-L69
Describe the solution you'd like
Check and fail.
Additional context
Looks like not available yet.
Issue: https://youtrack.jetbrains.com/issue/MP-6825/Add-check-for-declared-compatibility-with-K2-mode
Good to know!
@ChrisCarini Could you please take a look?
Hi @egorikftp - thanks for the update! Do you feel comfortable to work on the change and post an initial PR to support K2 check?
Based on JetBrains/intellij-plugin-verifier#1150 description, verify plugin will report CompatibilityProblem
related to k2 mode.
I checked on Valkyrie and it reports this error if I remove k2 info from plugin.xml
https://github.com/ComposeGears/Valkyrie/actions/runs/11009050955/job/30567880528
It looks like nothing additional needs to be integrated ๐