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/buildSrc/src/main/kotlin/library.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'simulator/buildSrc/src') diff --git a/simulator/buildSrc/src/main/kotlin/library.kt b/simulator/buildSrc/src/main/kotlin/library.kt index 1a3c30a6..af278a07 100644 --- a/simulator/buildSrc/src/main/kotlin/library.kt +++ b/simulator/buildSrc/src/main/kotlin/library.kt @@ -45,5 +45,5 @@ object Library { /** * Kotlin coroutines support */ - val KOTLINX_COROUTINES = "1.3.7" + val KOTLINX_COROUTINES = "1.3.9" } -- cgit v1.2.3