Testing Kotlin 1.4.30-RC

This commit is contained in:
Brian Norman
2021-01-28 21:56:52 -06:00
parent 237aa15396
commit 871878bc2e
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
plugins {
kotlin("multiplatform") version "1.4.30-M1"
kotlin("multiplatform") version "1.4.30-RC"
id("com.bnorm.power.kotlin-power-assert") version "0.6.1"
}