json-serialization-benchmarking icon indicating copy to clipboard operation
json-serialization-benchmarking copied to clipboard

Updated dependencies

Open fobo66 opened this issue 3 years ago • 4 comments

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.

fobo66 avatar Aug 28 '22 15:08 fobo66

Any reason for not merging this to main?

manishindiainc avatar Jan 29 '23 20:01 manishindiainc

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 :)

ZacSweers avatar Jan 29 '23 23:01 ZacSweers

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

fobo66 avatar Feb 01 '23 09:02 fobo66

Kotlin update on 1.8.10 worked, luckily. There was a bug in compiler that was causing the issue

fobo66 avatar Feb 04 '23 11:02 fobo66