We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
relating to #7, would it make sense to also add support for https://github.com/ThreeTen/threetenbp?
It can be used as a drop-in replacement for android < API Level 26, allowing very smooth (package replace) migration once a project moves to >= 26.
Would you accept PR for this?
The text was updated successfully, but these errors were encountered:
Sure, please PR
Sorry, something went wrong.
would you agree to improve packages for major future release? eg
com.github.debop.koda.time -> standard java.time com.github.debop.koda.joda -> joda com.github.debop.koda.threetenbp
com.github.debop.koda.time
java.time
com.github.debop.koda.joda
com.github.debop.koda.threetenbp
Split module
java-time ( for standard java.time in jdk 8) koda-time for joda
You can add threetenbp module
No branches or pull requests
relating to #7, would it make sense to also add support for https://github.com/ThreeTen/threetenbp?
It can be used as a drop-in replacement for android < API Level 26, allowing very smooth (package replace) migration once a project moves to >= 26.
Would you accept PR for this?
The text was updated successfully, but these errors were encountered: