diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-08-19 12:02:57 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-09-24 18:59:36 +0200 |
| commit | c0f9343293392c357d4a3d5ea889a25a91ea0123 (patch) | |
| tree | b644619ca159dc0ba85ef57788294c05f6f53976 /simulator/buildSrc/src | |
| parent | 6fdfaa20042bef01c34b2512345c54e097dfca3a (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/buildSrc/src')
| -rw-r--r-- | simulator/buildSrc/src/main/kotlin/library.kt | 2 |
1 files changed, 1 insertions, 1 deletions
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" } |
