aboutsummaryrefslogtreecommitdiff
path: root/plugins/base
diff options
context:
space:
mode:
authorsebastian.sellmair <sebastian.sellmair@jetbrains.com>2020-06-15 18:13:35 +0200
committerPaweł Marks <Kordyjan@users.noreply.github.com>2020-07-07 14:31:17 +0200
commit90459de7b6fce28a8ba57aca5eb213575204bc3d (patch)
treed2ccba1413fbc4de034aaca20f11bf05e39b4ec7 /plugins/base
parent14b9352b9b7a4084f72209ba686170e313f7863b (diff)
downloaddokka-90459de7b6fce28a8ba57aca5eb213575204bc3d.tar.gz
dokka-90459de7b6fce28a8ba57aca5eb213575204bc3d.tar.bz2
dokka-90459de7b6fce28a8ba57aca5eb213575204bc3d.zip
Update to Kotlin 1.4 M3
Diffstat (limited to 'plugins/base')
-rw-r--r--plugins/base/build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/base/build.gradle.kts b/plugins/base/build.gradle.kts
index cc34fce9..02babd4d 100644
--- a/plugins/base/build.gradle.kts
+++ b/plugins/base/build.gradle.kts
@@ -6,7 +6,7 @@ plugins {
dependencies {
val coroutines_version: String by project
- // implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version") // TODO: Enable this dependency after update to 1.4-M3
+ implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version")
api(project(":kotlin-analysis"))
implementation("org.jsoup:jsoup:1.12.1")