From eec846db65bbafbef3a1ea87a43b7d7e44ce6273 Mon Sep 17 00:00:00 2001 From: Brian Norman Date: Thu, 20 Aug 2020 19:44:46 -0500 Subject: [PATCH] Fix README Kotlin version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1fd1801a85b..7c2a2339029 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Builds of the Gradle plugin are available through the ```kotlin plugins { - kotlin("jvm") version "1.3.70" + kotlin("jvm") version "1.4.0" id("com.bnorm.power.kotlin-power-assert") version "0.4.0" } ``` @@ -93,7 +93,7 @@ configure { ## Kotlin IR Using this compiler plugin only works if the code is compiled using Kotlin -1.3.70 and IR is enabled. IR can be enabled only when compiling the test +1.4.0 and IR is enabled. IR can be enabled only when compiling the test SourceSet if desired. As Kotlin IR is still experimental, mileage may vary. ```kotlin