File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
compiler-plugin/gradle-plugin Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ buildscript {
1313 }
1414}
1515plugins {
16- id ' org.jetbrains.kotlin.multiplatform' version ' 1.5.20-RC '
16+ id ' org.jetbrains.kotlin.multiplatform' version ' 1.5.30 '
1717}
1818apply plugin : ' compiler.gradleplugin.helloworld'
1919
Original file line number Diff line number Diff line change 11plugins {
2- id ' org.jetbrains.kotlin.jvm' version ' 1.5.20-RC '
2+ id ' org.jetbrains.kotlin.jvm' version ' 1.5.30 '
33}
44apply plugin : " maven"
55
Original file line number Diff line number Diff line change @@ -25,5 +25,5 @@ gradlePlugin {
2525}
2626
2727dependencies {
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}
You can’t perform that action at this time.
0 commit comments