From c0f9343293392c357d4a3d5ea889a25a91ea0123 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Wed, 19 Aug 2020 12:02:57 +0200 Subject: 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. --- simulator/opendc/opendc-experiments-sc20/build.gradle.kts | 1 - 1 file changed, 1 deletion(-) (limited to 'simulator/opendc/opendc-experiments-sc20') diff --git a/simulator/opendc/opendc-experiments-sc20/build.gradle.kts b/simulator/opendc/opendc-experiments-sc20/build.gradle.kts index 46d99564..a66612e4 100644 --- a/simulator/opendc/opendc-experiments-sc20/build.gradle.kts +++ b/simulator/opendc/opendc-experiments-sc20/build.gradle.kts @@ -38,7 +38,6 @@ application { dependencies { api(project(":opendc:opendc-core")) implementation(project(":opendc:opendc-format")) - implementation(kotlin("stdlib")) implementation("com.github.ajalt:clikt:2.6.0") implementation("me.tongfei:progressbar:0.8.1") -- cgit v1.2.3