You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: compiler/suspend-transform-plugin/src/main/kotlin/love/forte/plugin/suspendtrans/SuspendTransformConfiguration.kt
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ data class Transformer(
95
95
/**
96
96
* 如果是生成属性的话,是否复制源函数上的注解到新的属性上
97
97
*
98
-
* @since 0.8.0
98
+
* @since 0.9.0
99
99
*/
100
100
var copyAnnotationsToSyntheticProperty:Boolean=false
101
101
}
@@ -142,6 +142,8 @@ data class IncludeAnnotation(
142
142
) {
143
143
/**
144
144
* 如果是追加,是否追加到property上
145
+
*
146
+
* @since 0.9.0
145
147
*/
146
148
var includeProperty:Boolean=false
147
149
}
@@ -311,7 +313,11 @@ open class SuspendTransformConfiguration {
0 commit comments