File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
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.8.10 -green.svg
7+ [ ![ jCenter] (https://img.shields.io/badge/Kotlin-1.8.20 -green.svg
88)] ( https://github.com/Foso/Sheasy/blob/master/LICENSE )
99
1010
@@ -26,7 +26,7 @@ This is an example project that shows how to create a Kotlin Compiler Plugin. At
2626## Usage
2727
2828> :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.8.10 can have a totally different API.
29+ > backwards compatibility guaranteed. Kotlin versions above 1.8.20 can have a totally different API.
3030
3131* Inside the project folder run ` ./gradlew clean build `
3232
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.8.10 " apply false
16+ id(" org.jetbrains.kotlin.multiplatform" ) version " 1.8.20 " apply false
1717}
1818apply (plugin = " compiler.gradleplugin.helloworld" )
1919
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompilationTask
22import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
33
44plugins {
5- kotlin(" jvm" ) version(" 1.8.10 " )
6- kotlin(" kapt" ) version(" 1.8.10 " )
5+ kotlin(" jvm" ) version(" 1.8.20 " )
6+ kotlin(" kapt" ) version(" 1.8.20 " )
77 id(" com.vanniktech.maven.publish" ) version(" 0.23.1" )
88 `maven- publish`
99 signing
@@ -30,7 +30,7 @@ val autoService = "1.0.1"
3030dependencies {
3131 compileOnly(" com.google.auto.service:auto-service:$autoService " )
3232 kapt(" com.google.auto.service:auto-service:$autoService " )
33- compileOnly(" org.jetbrains.kotlin:kotlin-compiler-embeddable:1.8.10 " )
33+ compileOnly(" org.jetbrains.kotlin:kotlin-compiler-embeddable:1.8.20 " )
3434 testImplementation(" dev.zacsweers.kctfork:core:0.2.1" )
3535 testImplementation(" junit:junit:4.13.2" )
3636 testImplementation(" com.google.truth:truth:1.1.3" )
Original file line number Diff line number Diff line change 11plugins {
2- kotlin(" jvm" ) version(" 1.8.10 " )
3- kotlin(" kapt" ) version(" 1.8.10 " )
2+ kotlin(" jvm" ) version(" 1.8.20 " )
3+ kotlin(" kapt" ) version(" 1.8.20 " )
44 id(" java-gradle-plugin" )
55 `maven- publish`
66}
@@ -19,7 +19,7 @@ allprojects {
1919 }
2020}
2121dependencies {
22- implementation(" org.jetbrains.kotlin:kotlin-gradle-plugin-api:1.8.10 " )
22+ implementation(" org.jetbrains.kotlin:kotlin-gradle-plugin-api:1.8.20 " )
2323}
2424
2525gradlePlugin {
Original file line number Diff line number Diff line change 11plugins {
2- id(" org.jetbrains.kotlin.multiplatform" ) version " 1.8.10 "
2+ id(" org.jetbrains.kotlin.multiplatform" ) version " 1.8.20 "
33}
44apply (plugin = " compiler.gradleplugin.helloworld" )
55
You can’t perform that action at this time.
0 commit comments