Skip to content

Commit

Permalink
Revert Update Kotlin to version 1.4.31 (#3521)
Browse files Browse the repository at this point in the history
The bump to Kotlin v1.4.31 caused problems with race conditions described in #3509 

The problem seems to be related with:
https://youtrack.jetbrains.com/issue/IDEA-261782

As a more general solution, Kotlin 1.4.32 should fix this:
https://youtrack.jetbrains.com/issue/KT-45007
  • Loading branch information
schalkms committed Mar 6, 2021
1 parent fe9c486 commit 070faf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Expand Up @@ -14,7 +14,7 @@ repositories {
}

object Plugins {
const val KOTLIN = "1.4.31"
const val KOTLIN = "1.4.21"
const val DETEKT = "1.16.0-RC3"
const val GITHUB_RELEASE = "2.2.12"
const val SHADOW = "5.2.0"
Expand Down

0 comments on commit 070faf8

Please sign in to comment.