File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,12 @@ public final class kotlinx/rpc/VersionsKt {
42
42
public static final field LIBRARY_VERSION Ljava/lang/String;
43
43
}
44
44
45
+ public class kotlinx/rpc/buf/BufCommentsExtension {
46
+ public fun <init> (Lorg/gradle/api/Project;)V
47
+ public final fun getCopyComments ()Lorg/gradle/api/provider/Property;
48
+ public final fun getIncludeFileLevelComments ()Lorg/gradle/api/provider/Property;
49
+ }
50
+
45
51
public class kotlinx/rpc/buf/BufExtension {
46
52
public fun <init> (Lorg/gradle/api/model/ObjectFactory;)V
47
53
public final fun generate (Lorg/gradle/api/Action;)V
@@ -65,9 +71,12 @@ public final class kotlinx/rpc/buf/BufExtension$LogFormat : java/lang/Enum {
65
71
66
72
public class kotlinx/rpc/buf/BufGenerateExtension {
67
73
public fun <init> (Lorg/gradle/api/Project;)V
74
+ public final fun comments (Lorg/gradle/api/Action;)V
75
+ public final fun getComments ()Lkotlinx/rpc/buf/BufCommentsExtension;
68
76
public final fun getErrorFormat ()Lorg/gradle/api/provider/Property;
69
77
public final fun getIncludeImports ()Lorg/gradle/api/provider/Property;
70
78
public final fun getIncludeWkt ()Lorg/gradle/api/provider/Property;
79
+ public final fun getIndentSize ()Lorg/gradle/api/provider/Property;
71
80
}
72
81
73
82
public final class kotlinx/rpc/buf/BufGenerateExtension$ErrorFormat : java/lang/Enum {
You can’t perform that action at this time.
0 commit comments