Jake Wharton
Jake Wharton
There's a fair amount of allocations on the hot path. I would assume this is mostly due to porting a library that's char-based whereas Okio is byte-based, and then maybe...
I'm saying you should port from Moshi rather than Gson because it has the superior design (between the two).
So as written I think this is an X-Y problem. What you want is reasonable, but I don't think it's as simple as allowing you to append a comma. For...
Toolchains are a deeply flawed concept in Gradle that undermine a core feature of javac. Their only good usage is for varying the JVM in test tasks.
Android Studio is now based on 2024.1 so this is breaking there, too.
Seems like you're using the same filename for both. Where's your driver initialization code?
I think this is for determinism with Gradle. Someone commented recently that a non-determism was fixed with 2.0.
In general we are opposed to functionality which lets the user change the formatting of the output. I would be much more supportive of a simple rule that applies globally....
I was thinking: - Has any type parameters with more than one bound, or - Has two+ type parameters any of which has a bound
> The plugin is less discoverable You can still publish to Gradle's bespoke plugin repository and to Maven Central