gson-javatime-serialisers icon indicating copy to clipboard operation
gson-javatime-serialisers copied to clipboard

Add Kotlin extension functions support

Open mihakrajnc opened this issue 5 years ago • 2 comments

Added support for extension functions for the Converters class logic.

mihakrajnc avatar Mar 23 '19 11:03 mihakrajnc

@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.

mihakrajnc avatar Mar 23 '19 11:03 mihakrajnc

Thanks @mihakrajnc I'll take a look.

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

gkopff avatar Mar 25 '19 22:03 gkopff