Dan Sănduleac
Dan Sănduleac
Found your culprit, it's actually different from what I thought. Kotlin is trying to realize the dependency constraints on some of the java configurations at configuration-time, which GCV doesn't like...
Doing some more investigation, it looks like these lines of code should use some form of `addAllLater(ListProperty)` [1] instead of `addAll`, since they're accessing the realized collections (via `conf.incoming.dependencies` rather...
We've seen some issues due to gradle resolution recently which might be connected, though mostly around grpc (https://github.com/gradle/gradle/issues/12229). In that investigation we noticed that gradle's caches can become different across...
So, I've made it such that inline tags stay together in #125. Not sure if we need to do more work for HTML tags, but I don't think so. @carterkozak...
The main goal of the formatter is not space efficiency, but readability. Even if we can't possibly write heuristics that always produce the best readability im all cases, that is...
@emilypi Not relevant to me anymore, shall I close?
The test failure is unrelated, other 3 test suites completed fine: ``` :::: WARNINGS [FAILED ] org.scala-lang#scala-compiler;2.10.5!scala-compiler.jar: Downloaded file size doesn't match expected Content Length for https://jcenter.bintray.com/org/scala-lang/scala-compiler/2.10.5/scala-compiler-2.10.5.jar. Please retry. (17889ms)...
Could someone look at this please? :)
@mattsills do you still need this? Also, @pkoenig10 raised a point that this breaks, can you comment on whether that's the case or not?
I haven't had much time to tinker with this unfortunately, but from what I've looked at, a behaviour that baffles me is that if you depend on plugins inside the...