Where are the JetBrains forks of Sbt build dependencies? Follow
I noticed that the plugin depends on a few Sbt artifacts:
val incrementalCompiler:ModuleID="org.jetbrains"%"incremental-compiler"%"1.0.0"
val sbtInterface:ModuleID="org.jetbrains"%"sbt-interface"%"1.0.0"
Where are they published from (is there a source repository?), and what version of Sbt are the forks based on? I am trying to use a different compiler interface and it seems some name hashing options are not supported.
Please sign in to leave a comment.