Nelson Osacky

Results 103 comments of Nelson Osacky

The readme states that this library is for fast IDE builds and tests. What is the use case for dagger reflect in release builds?

Is this a duplicate of this? https://github.com/JakeWharton/dagger-reflect/pull/129

Hmm, should we introduce `DependencyRequest` to dagger reflect? I feel like it would add a good bit of runtime overhead to create one for each DepenencyRequest.

:D if the first syntax works, then the one liner will work as well. it is called groovy magic.

interesting. does it work fine if you move the proguardFiles out of the postProcessing block? i'm not familiar with the postProcessing block.

I was trying to take a look at implementing this. I think the first step might be to get rid of the reflection in `KtLintStep` and move `KtLintStep` in to...

Or, is it better to add the ktlint dependency as `compileOnly`?

I was looking in to this a bit. It looks like ktlint only picks up the editorconfig file if it happens to be in the "ktlint working directory". In this...

We think it would be best if this workaround were automatically disabled when not needed. If not we will take a look and see if this is possible to add...