From d1b24026e68b2de67c7fb1289dbc1f2f8a3649fe Mon Sep 17 00:00:00 2001 From: Sudarsan Balaji Date: Thu, 28 Oct 2021 00:35:09 +0530 Subject: [PATCH] Copy kotlin libs only when building kotlin --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 13302c7..d0a9f28 100755 --- a/build.sh +++ b/build.sh @@ -44,6 +44,7 @@ copy_lib_kotlin() { ## bdk-bdk-kotlin jar build_kotlin() { + copy_lib_kotlin uniffi-bindgen generate src/bdk.udl --no-format --out-dir bindings/bdk-kotlin/jvm/src/main/kotlin --language kotlin } @@ -96,7 +97,6 @@ then help else build_rust - copy_lib_kotlin while [ -n "$1" ]; do # while loop starts case "$1" in