I am trying out new features of Java 22 in IntelliJ. Since Most of my code is using preview features, my editor is full of yellow underscored lines.
The warnings are like:
java.util.stream.Gatherer.Integrator is a preview API and may be removed in a future release
Is there a way to disable those particular warnings in IntelliJ?