Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit eec846d

Browse files
committed
Fix README Kotlin version
1 parent 2f4ef1d commit eec846d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Builds of the Gradle plugin are available through the
7474

7575
```kotlin
7676
plugins {
77-
kotlin("jvm") version "1.3.70"
77+
kotlin("jvm") version "1.4.0"
7878
id("com.bnorm.power.kotlin-power-assert") version "0.4.0"
7979
}
8080
```
@@ -93,7 +93,7 @@ configure<com.bnorm.power.PowerAssertGradleExtension> {
9393
## Kotlin IR
9494

9595
Using this compiler plugin only works if the code is compiled using Kotlin
96-
1.3.70 and IR is enabled. IR can be enabled only when compiling the test
96+
1.4.0 and IR is enabled. IR can be enabled only when compiling the test
9797
SourceSet if desired. As Kotlin IR is still experimental, mileage may vary.
9898

9999
```kotlin

0 commit comments

Comments
 (0)