Merge commit 'refs/pull/17/head' of github.com:bitcoindevkit/bdk-kotlin

This commit is contained in:
Steve Myers 2022-03-14 13:46:28 -05:00
commit 5b760717bf
No known key found for this signature in database
GPG Key ID: 8105A46B22C2D051
2 changed files with 1 additions and 3 deletions

View File

@ -56,6 +56,7 @@ val newAddress = wallet.getNewAddress()
* [Tatooine Faucet](https://github.com/thunderbiscuit/tatooine)
### How to build
_Note that Kotlin version `1.6.10` or later is required to build the library._
1. Clone this repository and init and update it's [`bdk-ffi`] submodule.
```shell

View File

@ -46,7 +46,4 @@ allprojects {
google()
mavenCentral()
}
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach {
kotlinOptions.freeCompilerArgs += "-opt-in=kotlin.ExperimentalUnsignedTypes"
}
}