From 358b43c31ebb09fa38e5e280ac55ff39bb3a90ce Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Thu, 28 Mar 2024 13:05:07 -0400 Subject: [PATCH] docs: update readme for new kotlin version --- bdk-android/README.md | 2 +- bdk-jvm/README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bdk-android/README.md b/bdk-android/README.md index 2fd356c..c6e816f 100644 --- a/bdk-android/README.md +++ b/bdk-android/README.md @@ -58,7 +58,7 @@ dependencies { * [Padawan Wallet](https://github.com/thunderbiscuit/padawan-wallet) ### How to build -_Note that Kotlin version `1.6.10` or later is required to build the library._ +_Note that Kotlin version `1.9.23` or later is required to build the library._ 1. Clone this repository. ```shell diff --git a/bdk-jvm/README.md b/bdk-jvm/README.md index a67b2ae..7fa6be4 100644 --- a/bdk-jvm/README.md +++ b/bdk-jvm/README.md @@ -56,12 +56,12 @@ dependencies { * [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. Install JDK 11. It must be version 11 (not 17), otherwise it won't build. For example, with SDKMAN!: +_Note that Kotlin version `1.9.23` or later is required to build the library._ +1. Install JDK 17. For example, with SDKMAN!: ```shell curl -s "https://get.sdkman.io" | bash source "$HOME/.sdkman/bin/sdkman-init.sh" -sdk install java 11.0.19-tem +sdk install java 17.0.2-tem ``` 2. Install Rust (note that we are currently building using Rust 1.73.0): ```shell