ErrorReportSubmitter replacement without deprecated `com.intellij.util.Consumer` reference

已回答

Hi,

IJ Platform 2023.1 deprecated `com.intellij.util.Consumer` which is however used in `openapi.ErrorReportSubmitter` and now triggers a plugin verification warning.

Is there a replacement for `ErrorReportSubmitter` so that we can be sure our plugins will still work with Android Studio when IJ Platform moves forward and removes `com.intellij.util.Consumer`?

Thanks!

0

Hi Artur,

Consumer deprecation has been changed to an obsolete API: https://github.com/JetBrains/intellij-community/commit/a602324a2fb9ad74a1bcb4c41d6f5ebe1d9fe84c

You can ignore this warning, as it should disappear with the next release of the platform.

1

请先登录再写评论。