Upgrade to Kotlin 1.4.20

This commit is contained in:
Brian Norman
2020-11-20 16:04:49 -06:00
parent 19bb4742e1
commit 7d878b17d9
7 changed files with 29 additions and 18 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
plugins {
kotlin("multiplatform") version "1.4.0"
kotlin("multiplatform") version "1.4.20"
id("com.bnorm.power.kotlin-power-assert") version "0.5.3"
}