diff --git a/README.md b/README.md index 3faafaf..a985b29 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,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 diff --git a/build.gradle.kts b/build.gradle.kts index a03245b..6271ac9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -46,7 +46,4 @@ allprojects { google() mavenCentral() } - tasks.withType().configureEach { - kotlinOptions.freeCompilerArgs += "-opt-in=kotlin.ExperimentalUnsignedTypes" - } }