Skip to content

Commit

Permalink
Upgrade to Kotlin 1.3.20! (#329)
Browse files Browse the repository at this point in the history
Faster builds with this one!

~`./gradlew clean check` previously took 1m 32s. Down to 52-53s.~
Had to disable the parallel build. It caused connectedTests to fail.
  • Loading branch information
ShaishavGandhi authored Jan 24, 2019
1 parent 9fbb43f commit 2146aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def versions = [
dokka: '0.9.17',
errorProne: '2.3.2',
errorPronePlugin: '0.6',
kotlin: '1.3.11',
kotlin: '1.3.20',
lint: '26.3.0'
]

Expand Down

0 comments on commit 2146aa8

Please sign in to comment.