Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nbirillo authored Sep 17, 2021
1 parent 7e81cf3 commit a6776a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ add the following lines in the `plugins` section:
```kotlin
plugins {
// Version of Kotlin should be 1.5.0+ that supports IR backend
kotlin("jvm") version "1.5.10" apply true
kotlin("jvm") version "1.5.30" apply true

// Please, use the same version with the Kotlin version in your project
id("io.reflekt") version "1.5.10" apply true
id("io.reflekt") version "1.5.30" apply true

// Necessary only for this example, for Kotless library
id("io.kotless") version "0.1.6" apply true
Expand Down Expand Up @@ -89,7 +89,7 @@ the following lines in the `dependencies` section:
```kotlin
dependencies {
// The version here and the version in the plugins sections should be equal
implementation("io.reflekt", "reflekt-dsl", "1.5.10")
implementation("io.reflekt", "reflekt-dsl", "1.5.30")

// Necessary for this example
compileOnly("io.kotless", "kotless-lang", "0.1.6")
Expand Down

0 comments on commit a6776a8

Please sign in to comment.