gkopff / gson-javatime-serialisers

A set of GSON serialiser/deserialisers for dealing with Java 8 java.time entities.
MIT License
87 stars 19 forks source link

Add Kotlin extension functions support #25

Open mihakrajnc opened 5 years ago

mihakrajnc commented 5 years ago

Added support for extension functions for the Converters class logic.

mihakrajnc commented 5 years ago

@gkopff I finally got around to writing the extension functions for this project aswell. Generally the changes are the same as in https://github.com/gkopff/gson-jodatime-serialisers/pull/48

I did have some problems running mvn package, but only the last documentation step failed, and I'm pretty sure it's just configuration on my machine. Nevertheless, could you please run it just to be sure? If it fails for you with these changes I'll investigate further.

gkopff commented 5 years ago

Thanks @mihakrajnc I'll take a look.

I still need to update the READMEs with some Kotlin examples, and do the release ...