From 28fabf06fc4ccbdd68feea6f11e659792bcb1740 Mon Sep 17 00:00:00 2001 From: "vishwajeet.barve" Date: Wed, 4 Oct 2023 14:59:54 +0000 Subject: [PATCH] Native: update README to reflect that build time depends on system configuration (#5189) Co-authored-by: vishwajeet.barve --- kotlin-native/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kotlin-native/README.md b/kotlin-native/README.md index 126536188ee..6f60b8f6849 100644 --- a/kotlin-native/README.md +++ b/kotlin-native/README.md @@ -72,7 +72,7 @@ To run the full build: ./gradlew :kotlin-native:bundle This will produce compiler and libraries for all supported targets. -The full build can take about an hour on a Macbook Pro. +The full build can take about an hour on a Macbook Pro, but the duration can vary based on your system configuration. After any of the commands above, `./dist` will contain Kotlin/Native distribution. You can use it like a distribution of