From 0eb257bc7b5885994d4cc22a59e9af7bbad750cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Tue, 17 Mar 2020 10:49:06 +0100 Subject: [PATCH] plugin_dependencies.md: note about transitive dependencies in tests for Gradle --- basics/plugin_structure/plugin_dependencies.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/basics/plugin_structure/plugin_dependencies.md b/basics/plugin_structure/plugin_dependencies.md index 017589534..b57c8f349 100644 --- a/basics/plugin_structure/plugin_dependencies.md +++ b/basics/plugin_structure/plugin_dependencies.md @@ -32,7 +32,9 @@ If the project is using [Gradle](/tutorials/build_system.md) with a Kotlin build intellij { setPlugins("org.jetbrains.kotlin:1.3.11-release-IJ2018.3-1") } -``` +``` + +> **NOTE** Transitive dependencies required for tests must currently be [specified explicitly](https://github.com/JetBrains/gradle-intellij-plugin/issues/38). #### 2.2 DevKit If the project is using [DevKit](/basics/getting_started/using_dev_kit.md), add the JARs of the plugin on which the project depends to the **classpath** of the *IntelliJ Platform SDK*.