Testing Kotlin 1.5.20 with the sample

This commit is contained in:
Brian Norman
2021-06-25 13:42:48 -05:00
parent 36449cbc5e
commit dd730e2da6
+1 -1
View File
@@ -1,5 +1,5 @@
plugins {
kotlin("multiplatform") version "1.5.10"
kotlin("multiplatform") version "1.5.20"
id("com.bnorm.power.kotlin-power-assert") version "0.9.0"
}