47degrees / helios

A purely functional JSON library for Kotlin built on Λrrow
https://47degrees.github.io/helios/
Apache License 2.0
169 stars 22 forks source link

Separate java 8 codecs to a separated module #126

Closed AdrianRaFo closed 2 years ago

AdrianRaFo commented 5 years ago

We want to separate the Encoders and Decoders of java time types on a separate module in order to keep the java 7 compatibility in the core module.

b0n541 commented 4 years ago

I would like to take on that issue.

b0n541 commented 4 years ago

I have some problems to setup the project in my IDE. There are NullPointerExceptions thrown during the inital Gradle setup in module helio-dsl-schema and helio-meta.

Which JDK should be used?