androiddev.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Public sign ups limited. Please include reason for joining Mastodon server for Android Community https://androiddev.blog/#/portal/ if you want to help with a donation.

Server stats:

482
active users

@autonomousapps oh, very cool! What do you use it for / what does the output look like?

@py I built it when i was on the square side to visualize contributors to jar size. we use it now at cash for the same reason. the library is agnostic regarding type, but the gradle tasks that uses it are configured to look at the runtime and compile time classpaths. they'll print the output to console and also a json representation for post processing

both square and cash have a tendency to add dependencies that contribute massively to final binary size 😅

@py I also read some academic articles and i thought at the time that my algorithm was the only Kotlin implementation of a particular paper in the wild

@autonomousapps you know you really want to render that json output as a treemap now ;)