File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
[ ![ jCenter] (https://img.shields.io/badge/Apache-2.0-green.svg
5
5
)] ( https://github.com/Foso/KotlinReactNativeMpp/blob/master/LICENSE )
6
6
[ ![ PRs Welcome] ( https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square )] ( http://makeapullrequest.com )
7
- [ ![ jCenter] (https://img.shields.io/badge/Kotlin-1.7.0 -green.svg
7
+ [ ![ jCenter] (https://img.shields.io/badge/Kotlin-1.7.10 -green.svg
8
8
)] ( https://github.com/Foso/Sheasy/blob/master/LICENSE )
9
9
10
10
@@ -26,7 +26,7 @@ This is an example project that shows how to create a Kotlin Compiler Plugin. At
26
26
## Usage
27
27
28
28
> :information_source : Please be aware that the Kotlin Compiler still doesn’t have any stable API and there is no
29
- > backwards compatibility guaranteed. Kotlin versions above 1.7.0 can have a totally different API.
29
+ > backwards compatibility guaranteed. Kotlin versions above 1.7.10 can have a totally different API.
30
30
31
31
* Inside the project folder run ` ./gradlew clean build `
32
32
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ buildscript {
13
13
}
14
14
}
15
15
plugins {
16
- id ' org.jetbrains.kotlin.multiplatform' version ' 1.7.0 '
16
+ id ' org.jetbrains.kotlin.multiplatform' version ' 1.7.10 '
17
17
}
18
18
apply plugin : ' compiler.gradleplugin.helloworld'
19
19
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id ' org.jetbrains.kotlin.jvm' version ' 1.7.0 '
2
+ id ' org.jetbrains.kotlin.jvm' version ' 1.7.10 '
3
3
}
4
4
5
5
allprojects {
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ gradlePlugin {
23
23
}
24
24
25
25
dependencies {
26
- implementation " org.jetbrains.kotlin:kotlin-gradle-plugin-api:1.7.0 "
26
+ implementation " org.jetbrains.kotlin:kotlin-gradle-plugin-api:1.7.10 "
27
27
}
28
28
29
29
You can’t perform that action at this time.
0 commit comments