diff options
author | sebastian.sellmair <sebastian.sellmair@jetbrains.com> | 2020-06-15 18:13:35 +0200 |
---|---|---|
committer | Paweł Marks <Kordyjan@users.noreply.github.com> | 2020-07-07 14:31:17 +0200 |
commit | 90459de7b6fce28a8ba57aca5eb213575204bc3d (patch) | |
tree | d2ccba1413fbc4de034aaca20f11bf05e39b4ec7 /plugins/base | |
parent | 14b9352b9b7a4084f72209ba686170e313f7863b (diff) | |
download | dokka-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.kts | 2 |
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") |