Tony Robalik
Tony Robalik
@249106156 you could also test a snapshot. Not sure when the next release will be, but if you test a snapshot and provide more information on the issue, I might...
Can you share the code you commented out? I see that you're using Kotlin 1.9.0. Can you try Kotlin 1.9.22 or .23?
ComputeUsagesTask taking 30+ minutes to execute when it used to take 30 seconds for the same project
Are you using the configuration cache?
ComputeUsagesTask taking 30+ minutes to execute when it used to take 30 seconds for the same project
Can you try 1.30.0? If you get the same results, I'd like to see CPU and memory profiles to investigate. The biggest change between 28 and 29 is using the...
ComputeUsagesTask taking 30+ minutes to execute when it used to take 30 seconds for the same project
I wonder if memory usage went up and you're GC thrashing. Could you take a look in the performance tab of your build scans and see what's happening with your...
ComputeUsagesTask taking 30+ minutes to execute when it used to take 30 seconds for the same project
> I wonder if it is due to the fact that we have `nonTransitiveRClass` disabled (set to `false`). Did a heap dump and seeing a ton of instances of AndroidRes...
Thanks for the issue. Looks like some kind of classpath issue. It reminds me of a case in a real (non-test) project that uses Kotlin but wasn't applying any Kotlin...
Thanks for the issue. This is an interesting bug. I don't have any immediate ideas how to resolve it -- open to suggestions.
@Natoshka yours is a very different case, and I see no bug. Note this text in your `reason` output: ``` * Exposes 3 classes: com.fasterxml.jackson.databind.JsonNode, com.fasterxml.jackson.databind.annotation.JsonDeserialize, com.fasterxml.jackson.databind.annotation.JsonSerialize (implies api). ```...
Thanks! Not a bad idea. Can you use the existing DSL to add the exclusions you'd need?