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

Replace `KotlinTargetPreset.createTarget()` API #242

Open HonzaR opened 8 months ago

HonzaR commented 8 months ago

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

After the latest dependency bump, there is a new compile time warning:

The KotlinTargetPreset.createTarget() API is deprecated and will be removed in future releases. Learn how to configure targets at: https://kotl.in/target-configuration

Describe the solution you'd like

Alternatives you've considered

Additional context