mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
using_kotlin.md: fix heading ID
This commit is contained in:
parent
5d9ea90457
commit
8d395dee95
@ -84,6 +84,7 @@ See the <path>build.gradle.kts</path> from [kotlin_demo](%gh-sdk-samples%/kotlin
|
|||||||
{src="kotlin_demo/build.gradle.kts" include-lines="2-"}
|
{src="kotlin_demo/build.gradle.kts" include-lines="2-"}
|
||||||
|
|
||||||
### Kotlin Standard Library (stdlib)
|
### Kotlin Standard Library (stdlib)
|
||||||
|
{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 most cases, it is not necessary to include it in the plugin distribution as the platform already bundles it.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user