Skip to content

Commit caec94f

Browse files
committed
update to Kotlin 1.4.30
1 parent 30fe980 commit caec94f

File tree

3 files changed

+1
-219
lines changed

3 files changed

+1
-219
lines changed

.idea/workspace.xml

Lines changed: 0 additions & 216 deletions
This file was deleted.

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.4.20-green.svg
7+
[![jCenter](https://img.shields.io/badge/Kotlin-1.4.30-green.svg
88
)](https://github.com/Foso/Sheasy/blob/master/LICENSE)
99

1010

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,4 @@ gradlePlugin {
2727
dependencies {
2828
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
2929
implementation "org.jetbrains.kotlin:kotlin-gradle-plugin-api:1.4.21"
30-
compileOnly "com.google.auto.service:auto-service:1.0-rc4"
31-
kapt "com.google.auto.service:auto-service:1.0-rc4"
3230
}

0 commit comments

Comments
 (0)