For now, the value of ideaInternalPlugins sbt key can only be specified for Global scope.
It would be nice to be able to refine it for Test scope only.
For example, I want to add "Kotlin" plugin to test the integration of some Scala plugin and Kotlin plugin modules (e.g. to test https://youtrack.jetbrains.com/issue/SCL-16093). I would like it to be added to tests classpath and I wouldn't like to pollute the Global scope, due to Kotlin classes are not required during compilation AFAIK.
For now, the value of
ideaInternalPlugins
sbt key can only be specified for Global scope. It would be nice to be able to refine it forTest
scope only. For example, I want to add "Kotlin" plugin to test the integration of some Scala plugin and Kotlin plugin modules (e.g. to test https://youtrack.jetbrains.com/issue/SCL-16093). I would like it to be added to tests classpath and I wouldn't like to pollute the Global scope, due to Kotlin classes are not required during compilation AFAIK.NOTE: this is probably actual for other sbt keys: