From 13cdaefd7517141b0db7d97ee2b887427b56cfe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Tue, 2 Apr 2024 13:14:46 +0200 Subject: [PATCH] using_kotlin.md: stronger wording for not bundling kotlin stdlib --- topics/tutorials/using_kotlin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/tutorials/using_kotlin.md b/topics/tutorials/using_kotlin.md index 7cec8ec42..75aea0780 100644 --- a/topics/tutorials/using_kotlin.md +++ b/topics/tutorials/using_kotlin.md @@ -97,7 +97,7 @@ See the build.gradle.kts from [kotlin_demo](%gh-sdk-samples%/kotlin {id="kotlin-standard-library"} Since Kotlin 1.4, a dependency on the standard library _stdlib_ is added automatically ([API Docs](https://kotlinlang.org/api/latest/jvm/stdlib/)). -In most cases, it is not necessary to include it in the plugin distribution as the platform already bundles it. +In nearly all cases, it is not necessary to include it in the plugin distribution as the platform already bundles it. To opt out, add this line in gradle.properties: