Skip to content

Commit

Permalink
update to Kotlin 1.6.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso committed Apr 20, 2022
1 parent c75e780 commit 5b2492d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![jCenter](https://img.shields.io/badge/Apache-2.0-green.svg
)](https://github.com/Foso/KotlinReactNativeMpp/blob/master/LICENSE)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
[![jCenter](https://img.shields.io/badge/Kotlin-1.6.20-green.svg
[![jCenter](https://img.shields.io/badge/Kotlin-1.6.21-green.svg
)](https://github.com/Foso/Sheasy/blob/master/LICENSE)


Expand All @@ -25,7 +25,7 @@ This is an example project that shows how to create a Kotlin Compiler Plugin. At

## Usage

> :information_source: Please be aware that the Kotlin Compiler still doesn’t have any stable API and there is no backwards compatibility guaranteed. Kotlin versions above 1.6.0 can have a totally different API.
> :information_source: Please be aware that the Kotlin Compiler still doesn’t have any stable API and there is no backwards compatibility guaranteed. Kotlin versions above 1.6.21 can have a totally different API.
* Inside the project folder run ` ./gradlew clean build`

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
}
}
plugins {
id 'org.jetbrains.kotlin.multiplatform' version '1.6.20'
id 'org.jetbrains.kotlin.multiplatform' version '1.6.21'
}
apply plugin: 'compiler.gradleplugin.helloworld'

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.jetbrains.kotlin.jvm' version '1.6.20'
id 'org.jetbrains.kotlin.jvm' version '1.6.21'
}

allprojects {
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/compiler-plugin/gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ gradlePlugin {
}

dependencies {
implementation "org.jetbrains.kotlin:kotlin-gradle-plugin-api:1.6.20"
implementation "org.jetbrains.kotlin:kotlin-gradle-plugin-api:1.6.21"
}


Expand Down

0 comments on commit 5b2492d

Please sign in to comment.