File tree Expand file tree Collapse file tree 6 files changed +13
-15
lines changed Expand file tree Collapse file tree 6 files changed +13
-15
lines changed 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.6.10 '
16+ id ' org.jetbrains.kotlin.multiplatform' version ' 1.6.20 '
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.6.0 '
2+ id ' org.jetbrains.kotlin.jvm' version ' 1.6.10 '
33}
44apply plugin : " maven"
55
Original file line number Diff line number Diff line change 1- apply plugin : " java-gradle-plugin"
2- apply plugin : " org.jetbrains.kotlin.jvm"
3- apply plugin : " kotlin-kapt"
1+ plugins {
2+ id " org.jetbrains.kotlin.jvm"
3+ id " org.jetbrains.kotlin.kapt"
4+ id ' java-gradle-plugin'
5+ }
46apply plugin : " maven"
57
68
@@ -25,5 +27,5 @@ gradlePlugin {
2527}
2628
2729dependencies {
28- implementation " org.jetbrains.kotlin:kotlin-gradle-plugin-api:1.6.0 "
30+ implementation " org.jetbrains.kotlin:kotlin-gradle-plugin-api:1.6.20 "
2931}
Original file line number Diff line number Diff line change 11plugins {
22 id(" maven" )
3- id ' org.jetbrains.kotlin.jvm'
4- }
5-
6- apply plugin : " kotlin-kapt"
3+ id " org.jetbrains.kotlin.jvm"
4+ id " org.jetbrains.kotlin.kapt"
75
6+ }
87
98group = " de.jensklingenberg"
109archivesBaseName = " helloworld-compiler-plugin-native"
Original file line number Diff line number Diff line change 11plugins {
22 id(" maven" )
33 id ' org.jetbrains.kotlin.jvm'
4- }
5-
6- apply plugin : " kotlin-kapt"
4+ id " org.jetbrains.kotlin.kapt"
75
6+ }
87
98group = " de.jensklingenberg"
109archivesBaseName = " helloworld-compiler-plugin"
Original file line number Diff line number Diff line change 11kotlin.incremental =false
2- kotlin.coroutines =enable
32org.gradle.daemon =false
43org.gradle.parallel =false
54org.gradle.configureondemand =false
65kotlin.compiler.execution.strategy =in-process
76kotlin.daemon.debug.log =true
8- org.gradle.jvmargs =-Xmx6g -XX:MaxPermSize =1024m
97
You can’t perform that action at this time.
0 commit comments