From 1d897867819a3b204d91856611657870c72a5f9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa?= Date: Fri, 1 Nov 2024 10:57:18 +0100 Subject: [PATCH] Update Kotlin cross docs (#20) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🎟ī¸ Tracking ## 📔 Objective ## ⏰ Reminders before review - Contributor guidelines followed - All formatters and local linters executed and passed - Written new unit and / or integration tests where applicable - Protected functional changes with optionality (feature flags) - Used internationalization (i18n) for all UI strings - CI builds passed - Communicated to DevOps any deployment requirements - Updated any necessary documentation (Confluence, contributing docs) or informed the documentation team ## đŸĻŽ Reviewer guidelines - 👍 (`:+1:`) or similar for great changes - 📝 (`:memo:`) or ℹī¸ (`:information_source:`) for notes or general info - ❓ (`:question:`) for questions - 🤔 (`:thinking:`) or 💭 (`:thought_balloon:`) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion - 🎨 (`:art:`) for suggestions / improvements - ❌ (`:x:`) or ⚠ī¸ (`:warning:`) for more significant problems or concerns needing attention - 🌱 (`:seedling:`) or â™ģī¸ (`:recycle:`) for future improvements or indications of technical debt - ⛏ (`:pick:`) for minor or nitpick changes --- languages/kotlin/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/languages/kotlin/README.md b/languages/kotlin/README.md index 3531840b..4d7f537e 100644 --- a/languages/kotlin/README.md +++ b/languages/kotlin/README.md @@ -3,8 +3,10 @@ Android builds needs vendored OpenSSL to function correctly. The easiest way to build this is by using [cross](https://github.com/cross-rs/cross). +Note that the latest published version is very old, so we need to use a newer Git commit instead. + ```bash -cargo install cross +cargo install cross --locked --git https://github.com/cross-rs/cross.git --rev 185398b1b885820515a212de720a306b08e2c8c9 ``` ## Building