We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
It would be handy to be able to import scala.language.compat.higherKinds and have that not generate a deprecation warning when building on 2.13.
import scala.language.compat.higherKinds
This could be as simple as
package scala.language object compat { implicit lazy val higherKinds = scala.languageFeature.higherKinds }