From 818312e49f1bc29c333f8373b2c18c965e3d42eb Mon Sep 17 00:00:00 2001 From: Mark Hammond Date: Fri, 6 Feb 2026 12:52:25 +1100 Subject: [PATCH] Fix kotlin docs try 2 - need to actually build the megazord --- automation/kotlin-components-docs/generate_docs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/automation/kotlin-components-docs/generate_docs.sh b/automation/kotlin-components-docs/generate_docs.sh index 14a59fec2e..00f635f511 100755 --- a/automation/kotlin-components-docs/generate_docs.sh +++ b/automation/kotlin-components-docs/generate_docs.sh @@ -31,6 +31,7 @@ echo "Generating Kotlin bindings with uniffi-bindgen..." cd "$REPO_ROOT" +$CARGO build -p megazord $CARGO uniffi-bindgen generate --language kotlin --no-format --out-dir "$KOTLIN_DIR" "target/debug/${DLL_PREFIX}megazord${DLL_SUFFIX}" # Generate documentation with increased memory