From 1424d38c853953bcc0f9632d2e87cd74135355e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Tue, 27 Feb 2024 14:19:57 +0100 Subject: [PATCH] using_kotlin.md: link to Gradle user guide about debugging dependencies --- topics/tutorials/using_kotlin.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/topics/tutorials/using_kotlin.md b/topics/tutorials/using_kotlin.md index ed015ec46..b1e1ab8e3 100644 --- a/topics/tutorials/using_kotlin.md +++ b/topics/tutorials/using_kotlin.md @@ -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