Alexandre Archambault
Alexandre Archambault
I'd like to add kotlin tools too… I had tried some time ago, and got the following to work: ``` $ cs launch org.jetbrains.kotlin:kotlin-compiler:latest.release \ org.jetbrains.kotlin:kotlin-scripting-compiler:latest.release \ -- -no-stdlib Welcome...
It ought to work back to sbt 0.13.8, the first sbt 0.13 version sbt-coursier was compatible with. (And seems to in a few manual tests, and in the [automatically tested...
Intellij seems to be fine using the JAR of the coursier sbt-launcher as sbt JAR. (Although when I try it, the setting seems to revert back to bundled launcher on...
@jastice Is there a way to have the launcher, or an sbt plugin, report some progress directly to IntelliJ? It would be nice if the launcher or sbt-coursier could display...
It's been working fine from IntelliJ on my side. It seems it relies on `~/.sbt/1.0/plugins/idea.sbt` rather than `--addPluginSbtFile` on my machine.
But the launcher could always be tweaked, so that it doesn't accept options by default (and passes them all to sbt). And a Java property, set from the sbt-extras launcher...
I guess fixing both - have the main class from dotty handle the argument, and also installing the official script for former versions - is fine (even if the second...
It seems repositories passed to `cs install` aren't used to install the app for now. These are only used to fetch the channel data (that contains the app descriptors). It...
@ajrnz I think I'd be fine adding this, but alongside the existing `mill` app descriptor. So that could be added under a different name, like `mill-launcher`.
@djspiewak @dcsobral May I ask what makes you prefer `coursierDependencyTree` over [sbt-dependency-graph](https://github.com/jrudolph/sbt-dependency-graph)? Not disrupting users of this key (alongside `coursierDependencyInverseTree` and `coursierWhatDependsOn`) is basically the only reason I don't discard...