summaryrefslogtreecommitdiff
path: root/simulator/odcsim/odcsim-api/build.gradle.kts
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2020-08-19 12:02:57 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2020-09-24 18:59:36 +0200
commitc0f9343293392c357d4a3d5ea889a25a91ea0123 (patch)
treeb644619ca159dc0ba85ef57788294c05f6f53976 /simulator/odcsim/odcsim-api/build.gradle.kts
parent6fdfaa20042bef01c34b2512345c54e097dfca3a (diff)
Update Kotlin to 1.4
This change updates the code base to use Kotlin 1.4 which promises better performance in IDEs and a new interference algorithm to solve more complex type checking cases. See https://kotlinlang.org/docs/reference/whatsnew14.html for more information.
Diffstat (limited to 'simulator/odcsim/odcsim-api/build.gradle.kts')
-rw-r--r--simulator/odcsim/odcsim-api/build.gradle.kts1
1 files changed, 0 insertions, 1 deletions
diff --git a/simulator/odcsim/odcsim-api/build.gradle.kts b/simulator/odcsim/odcsim-api/build.gradle.kts
index c8c6c90c..3ebe8dd7 100644
--- a/simulator/odcsim/odcsim-api/build.gradle.kts
+++ b/simulator/odcsim/odcsim-api/build.gradle.kts
@@ -30,7 +30,6 @@ plugins {
}
dependencies {
- implementation(kotlin("stdlib"))
api("org.slf4j:slf4j-api:${Library.SLF4J}")
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:${Library.KOTLINX_COROUTINES}")