mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
using_kotlin.md: link to Gradle user guide about debugging dependencies
This commit is contained in:
parent
04f50421c1
commit
1424d38c85
@ -141,7 +141,8 @@ See [Dependency on the standard library](https://kotlinlang.org/docs/gradle.html
|
||||
### Kotlin Coroutines Libraries (kotlinx.coroutines)
|
||||
|
||||
Plugins _must_ always use the bundled library from the target IDE and not bundle their own version.
|
||||
Please make sure it is not added via transitive dependencies either.
|
||||
Please make sure it is not added via transitive dependencies either
|
||||
(see [View and Debug Dependencies](https://docs.gradle.org/current/userguide/viewing_debugging_dependencies.html) in Gradle user guide).
|
||||
|
||||
### Other Bundled Kotlin Libraries
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user