There are several comments and discussions suggesting that it is possible to use Scala 3 in an IntelliJ plugin project that depends on: `intellijPlugins += "org.intellij.scala"` It would be very helpful and convenient to have an official template or documented example showing how to set up such a plugin using `Scala 3`. This would benefit users who are migrating or starting new IntelliJ plugins with Scala 3 support. References: https://github.com/JetBrains/sbt-idea-plugin/issues/126#issuecomment-2110413246 https://github.com/JetBrains/sbt-idea-plugin/issues/138#issue-2946446902 https://github.com/JetBrains/sbt-idea-plugin/pull/111#issuecomment-1708504077 https://github.com/JetBrains/sbt-idea-plugin/discussions/105#discussioncomment-679487 Would it be possible to provide such a template or add a documented setup in the README?