Skip to content

Commit a2953a7

Browse files
committed
update to Kotlin 1.5.30
1 parent 09ed996 commit a2953a7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![jCenter](https://img.shields.io/badge/Apache-2.0-green.svg
55
)](https://github.com/Foso/KotlinReactNativeMpp/blob/master/LICENSE)
66
[![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.5.20-green.svg
7+
[![jCenter](https://img.shields.io/badge/Kotlin-1.5.30-green.svg
88
)](https://github.com/Foso/Sheasy/blob/master/LICENSE)
99

1010

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ buildscript {
1313
}
1414
}
1515
plugins {
16-
id 'org.jetbrains.kotlin.multiplatform' version '1.5.20-RC'
16+
id 'org.jetbrains.kotlin.multiplatform' version '1.5.30'
1717
}
1818
apply plugin: 'compiler.gradleplugin.helloworld'
1919

buildSrc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.jetbrains.kotlin.jvm' version '1.5.20-RC'
2+
id 'org.jetbrains.kotlin.jvm' version '1.5.30'
33
}
44
apply plugin: "maven"
55

buildSrc/compiler-plugin/gradle-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ gradlePlugin {
2525
}
2626

2727
dependencies {
28-
implementation "org.jetbrains.kotlin:kotlin-gradle-plugin-api:1.5.20-RC"
28+
implementation "org.jetbrains.kotlin:kotlin-gradle-plugin-api:1.5.30"
2929
}

0 commit comments

Comments
 (0)