Electric-Coin-Company / kotlin-bip39

A concise implementation of BIP-0039 in Kotlin for Android. In order, it prioritizes being secure, concise and idiomatic.
MIT License
35 stars 8 forks source link

Consider upgrading supported Java version #234

Open HonzaR opened 9 months ago

HonzaR commented 9 months ago

Is your feature request related to a problem? Please describe.

The latest Gradle 8.5 introduces Java v21 support. We could analyze, test, and bump the Java version that the project uses.

Describe the solution you'd like

See also:

Alternatives you've considered

Additional context

https://docs.gradle.org/current/release-notes.html#java-21