My new theme plugin is stuck in moderation it seems

Hi,

My plugin https://plugins.jetbrains.com/plugin/31108-gruvppuccin-theme/ seems to be stuck in moderation. I’m not sure if anything else is needed from me.

Regards,

Ahmed

Your plugin uses API that has ApiStatus.Internal and may not be used by plugins - com.intellij.util.SVGLoader. It is shown in the verification results on the Marketplace available to you https://plugins.jetbrains.com/plugin/31108-gruvppuccin-theme/edit/versions#verification-results

Plugins should use ImageLoader.loadFromResource instead. Please do not ignore warnings in plugin verifier and in IDE highlighting.

Hu Yuriy,

Thanks for getting back to me. My intention was not to ignore the errors. I was under the impression that those were warnings not a blocker. I’ll make the necessary changes.

We should be good to go now.

Internal API is a private API and must not be used outside of IntelliJ Platform itself. There are case-by-case exceptions, or false positives, but internal API usage is generally a blocker.

1 Like

All is “success”