aboutsummaryrefslogtreecommitdiff
path: root/core/build.gradle
diff options
context:
space:
mode:
authorSimon Ogorodnik <Simon.Ogorodnik@jetbrains.com>2018-02-21 11:51:06 +0300
committerSimon Ogorodnik <Simon.Ogorodnik@jetbrains.com>2018-02-21 14:28:29 +0300
commit3eb23215edcd1cf92966f8d39afe754fef0c7a19 (patch)
treef7223164be6548a6e031e1aefafbaa15d380a553 /core/build.gradle
parent9530cb367eb1ad92b6ca5aa5261e28f76e7d4bad (diff)
downloaddokka-3eb23215edcd1cf92966f8d39afe754fef0c7a19.tar.gz
dokka-3eb23215edcd1cf92966f8d39afe754fef0c7a19.tar.bz2
dokka-3eb23215edcd1cf92966f8d39afe754fef0c7a19.zip
Update bundled kotlin compiler
Diffstat (limited to 'core/build.gradle')
-rw-r--r--core/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/build.gradle b/core/build.gradle
index a8f0f275..1a93bb48 100644
--- a/core/build.gradle
+++ b/core/build.gradle
@@ -29,7 +29,7 @@ dependencies {
compile "org.jetbrains.kotlin:kotlin-script-runtime:$bundled_kotlin_compiler_version"
compile "teamcity:kotlin-ide-common:$bundled_kotlin_compiler_version"
- compile "teamcity:markdown:$bundled_kotlin_compiler_version"
+ compile "teamcity:markdown:$markdownVersion"
compile intellijCoreAnalysis()