mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 09:17:50 +08:00
using_kotlin.md: stronger wording for not bundling kotlin stdlib
This commit is contained in:
parent
f2b9643379
commit
13cdaefd75
@ -97,7 +97,7 @@ See the <path>build.gradle.kts</path> from [kotlin_demo](%gh-sdk-samples%/kotlin
|
|||||||
{id="kotlin-standard-library"}
|
{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/)).
|
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>:
|
To opt out, add this line in <path>gradle.properties</path>:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user