File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed
suspend-transform-plugin-embeddable
suspend-transform-plugin/src/main/kotlin/love/forte/plugin/suspendtrans Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,11 @@ plugins {
55 kotlin(" jvm" )
66 id(" suspend-transform.jvm-maven-publish" )
77 id(" com.gradleup.shadow" )
8- // https://github.com/bennyhuo/kotlin-compiler-plugin-embeddable-plugin
9- // id("com.bennyhuo.kotlin.plugin.embeddable") version "1.7.10.0"
108}
119
1210apply<EmbeddablePlugin >()
1311
1412dependencies {
15- add(" embedded" , project(" :compiler:suspend-transform-plugin" )) { isTransitive = false }
13+ add(" embedded" , project(" :compiler:suspend-transform-plugin" ))
1614// embedded(project(":compiler:suspend-transform-plugin"))
1715}
Original file line number Diff line number Diff line change @@ -28,11 +28,6 @@ val generatedAnnotationName: FqName = GENERATED_ANNOTATION_NAME.fqn
2828
2929val generatedAnnotationClassId = ClassId .topLevel(generatedAnnotationName)
3030
31- const val GENERATED_BY_ANNOTATION_NAME : String =
32- " love.forte.plugin.suspendtrans.annotation.GeneratedBy"
33-
34- val generatedByAnnotationName: FqName = GENERATED_BY_ANNOTATION_NAME .fqn
35-
3631// region JVM
3732// region jvm blocking
3833const val TO_JVM_BLOCKING_ANNOTATION_NAME : String =
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ buildscript {
2020 }
2121 dependencies {
2222 classpath(" love.forte.plugin.suspend-transform:suspend-transform-plugin-gradle:2.1.0-Beta1-0.9.2" )
23+ classpath(" org.jetbrains.kotlin:kotlin-compiler:2.1.0-Beta1" )
2324 }
2425}
2526
You can’t perform that action at this time.
0 commit comments