json-serialization-benchmarking
json-serialization-benchmarking copied to clipboard
Updated dependencies
I took a liberty to update versions of everything. Some Gradle plugins broke (e.g. Shadow doesn't seem to work, but I'm not sure about it) or got obsolete, so I removed them.
Unfortunately, for some reason Studio didn't want to see Android benchmarks, so I had to extract them to the top level module, hope that's OK.
As an extra, I've added some useful Gradle properties to speed up builds. Not sure if they can affect benchmark results, most likely not, but it can improve build times at least.
Any reason for not merging this to main?
This isn't a project I actively maintain or check, sorry. I'll take a look soon. Please don't assume it's been intentionally ignored, open source is usually spare time and things slip :)
I was unable to update Kotlin to 1.8, it didn't work for some reason: it was complaining on the function with empty body for serializer(). Probably will look into it in the separate PR
Kotlin update on 1.8.10 worked, luckily. There was a bug in compiler that was causing the issue