Remove compiler option for experimental unsigned types
This commit is contained in:
parent
95ef8eb3de
commit
74f6d2bb9e
@ -54,6 +54,7 @@ val newAddress = wallet.getNewAddress()
|
|||||||
* [Tatooine Faucet](https://github.com/thunderbiscuit/tatooine)
|
* [Tatooine Faucet](https://github.com/thunderbiscuit/tatooine)
|
||||||
|
|
||||||
### How to build
|
### 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.
|
1. Clone this repository and init and update it's [`bdk-ffi`] submodule.
|
||||||
```shell
|
```shell
|
||||||
|
@ -46,7 +46,4 @@ allprojects {
|
|||||||
google()
|
google()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach {
|
|
||||||
kotlinOptions.freeCompilerArgs += "-opt-in=kotlin.ExperimentalUnsignedTypes"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user