Tony Robalik

Results 397 comments of Tony Robalik
trafficstars

Can you try with version 1.28.0 (latest at time of writing)?

Thanks for the report. I suspect that that feature was developed with the JVM in mind, not Android. For now, in your `gradle.properties`, you should be able to add `dependency.analysis.test.analysis=false`...

I don't recall when this was fixed exactly, but you can now use `ignoreSourceSet("androidTest")` and it works as expected. There is now a regression test validating this feature.

Thanks for the issue! This one might be pretty straightforward to contribute if you're interested.

I checked out the indicated commit and ran projectHealth locally and get that same error that CI apparently reported: ``` $ git checkout e917cfb80c61bde10f93713a095b24e09f5fb8c4 $ ./gradlew :common:bill-pay:payment-methods:impl:projectHealth > Task :common:bill-pay:payment-methods:impl:projectHealth...

Thanks for the issue. This is something I've long considered, but simply haven't had the time to explore. If other people would find this useful, please 👍

If your project reproduces what I think it does, _thank you!_ I've had people complain about dependency identifiers being lambda expressions for ages, but I don't think anyone has managed...

There are two FlatCoordinates in that project, both quite weird: ``` { "coordinates": { "type": "flat", "identifier": "() -> kotlin.Any?" }, "bucket": "NONE", "reasons": [ { "type": "unused" } ]...