Testing Kotlin 1.4.30

This commit is contained in:
Brian Norman
2021-02-03 18:06:59 -06:00
parent 871878bc2e
commit bd7ab03e76
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
plugins {
kotlin("multiplatform") version "1.4.30-RC"
kotlin("multiplatform") version "1.4.30"
id("com.bnorm.power.kotlin-power-assert") version "0.6.1"
}