using_kotlin.md: stronger wording for not bundling kotlin stdlib

This commit is contained in:
Yann Cébron 2024-04-02 13:14:46 +02:00
parent f2b9643379
commit 13cdaefd75

View File

@ -97,7 +97,7 @@ See the <path>build.gradle.kts</path> 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 <path>gradle.properties</path>: