gson-javatime-serialisers
gson-javatime-serialisers copied to clipboard
Add Kotlin extension functions support
Added support for extension functions for the Converters class logic.
@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.
Thanks @mihakrajnc I'll take a look.
I still need to update the READMEs with some Kotlin examples, and do the release ...