docs: recommend looking at jvm tests for examples of 1.0 api

This commit is contained in:
thunderbiscuit 2023-11-17 15:19:23 -05:00
parent e70dedce61
commit 0956999283
No known key found for this signature in database
GPG Key ID: 88253696EB836462

View File

@ -13,7 +13,7 @@ dependencies {
} }
``` ```
You may then import and use the `org.bitcoindevkit` library in your Kotlin code. For example: You may then import and use the `org.bitcoindevkit` library in your Kotlin code like so. Note that this example is for the `0.30.0` release. For examples of the 1.0 API in the alpha releases, take a look at the tests [here](https://github.com/bitcoindevkit/bdk-ffi/tree/master/bdk-jvm/lib/src/test/kotlin/org/bitcoindevkit).
```kotlin ```kotlin
import org.bitcoindevkit.* import org.bitcoindevkit.*