Róbert Papp
Róbert Papp
I have the need for this too. I have a matrix that uploads several JUnit test results in XML and HTML format. For creating Annotations in GitHub I need to...
I did it in the end: 5 minute timeout -> 43 seconds success, but it looks crazy. https://github.com/TWiStErRob/net.twisterrob.gradle/pull/150/files
Just as an example this is how it looks when I have to maintain without patterns: https://github.com/TWiStErRob/net.twisterrob.gradle/pull/219/files#diff-3ab46ee209a127470fce3c2cf106b1a1dbadbb929a4b5b13656a4bc4ce19c0b8R715-R809
/cc @ronshapiro, curious if it's a good solution. You can browse final code on [`twisterrob/dagger` branch](https://github.com/TWiStErRob/ktor-samples/tree/twisterrob/dagger/other/di-dagger)
I tried 2.2.1 (what this repo has right now) and 3.0.1 (upgraded the repo) and it both works. For me it didn't work though, and the reason seems to be...
If you know the tag/hash, it's enough to just zip it up, isn't it? Until they actually complete the related ticket, even a handzipped version would help a ton.
I don't think that's possible, because build.gradle will only have completion if you synced that project. There's an implicit pluginClasspath hidden by the Gradle test kit, so IDEA has no...
On AGP 4.2.2 this is the stack trace: ``` null cannot be cast to non-null type V of app.cash.paparazzi.Paparazzi.inflate java.lang.NullPointerException: null cannot be cast to non-null type V of app.cash.paparazzi.Paparazzi.inflate...
Can you please expand on that cyclic dependency thing? @erawhctim