diff --git a/idea/build.gradle.kts b/idea/build.gradle.kts index 621e1f3ae3e..290cf4cec84 100644 --- a/idea/build.gradle.kts +++ b/idea/build.gradle.kts @@ -61,6 +61,7 @@ dependencies { testCompile(project(":idea:idea-maven")) { isTransitive = false } testCompile(commonDep("junit:junit")) + testRuntime(commonDep("org.jetbrains", "markdown")) testRuntime(project(":plugins:kapt3-idea")) { isTransitive = false } testRuntime(projectDist(":kotlin-reflect")) testRuntime(projectDist(":kotlin-preloader")) diff --git a/idea/build.gradle.kts.173 b/idea/build.gradle.kts.173 index 20147b40360..45b7d1c3e1c 100644 --- a/idea/build.gradle.kts.173 +++ b/idea/build.gradle.kts.173 @@ -61,6 +61,7 @@ dependencies { testCompile(project(":idea:idea-maven")) { isTransitive = false } testCompile(commonDep("junit:junit")) + testRuntime(commonDep("org.jetbrains", "markdown")) testRuntime(project(":plugins:kapt3-idea")) { isTransitive = false } testRuntime(projectDist(":kotlin-reflect")) testRuntime(projectDist(":kotlin-preloader")) diff --git a/idea/build.gradle.kts.as31 b/idea/build.gradle.kts.as31 index 4e681b2fed8..e29f501e32e 100644 --- a/idea/build.gradle.kts.as31 +++ b/idea/build.gradle.kts.as31 @@ -61,6 +61,7 @@ dependencies { testCompile(project(":idea:idea-maven")) { isTransitive = false } testCompile(commonDep("junit:junit")) + testRuntime(commonDep("org.jetbrains", "markdown")) testRuntime(project(":plugins:kapt3-idea")) { isTransitive = false } testRuntime(projectDist(":kotlin-reflect")) testRuntime(projectDist(":kotlin-preloader")) diff --git a/idea/build.gradle.kts.as32 b/idea/build.gradle.kts.as32 index 5313bbe0738..1b45989d587 100644 --- a/idea/build.gradle.kts.as32 +++ b/idea/build.gradle.kts.as32 @@ -61,6 +61,7 @@ dependencies { testCompile(project(":idea:idea-maven")) { isTransitive = false } testCompile(commonDep("junit:junit")) + testRuntime(commonDep("org.jetbrains", "markdown")) testRuntime(project(":plugins:kapt3-idea")) { isTransitive = false } testRuntime(projectDist(":kotlin-reflect")) testRuntime(projectDist(":kotlin-preloader")) diff --git a/idea/build.gradle.kts.as33 b/idea/build.gradle.kts.as33 index d6deae3af29..875eb8ba5f6 100644 --- a/idea/build.gradle.kts.as33 +++ b/idea/build.gradle.kts.as33 @@ -61,6 +61,7 @@ dependencies { testCompile(project(":idea:idea-maven")) { isTransitive = false } testCompile(commonDep("junit:junit")) + testRuntime(commonDep("org.jetbrains", "markdown")) testRuntime(project(":plugins:kapt3-idea")) { isTransitive = false } testRuntime(projectDist(":kotlin-reflect")) testRuntime(projectDist(":kotlin-preloader"))