Skip to content

Commit de53ff9

Browse files
committed
abiDump
1 parent a805985 commit de53ff9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

gradle-plugin/api/gradle-plugin.api

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ public final class kotlinx/rpc/VersionsKt {
4242
public static final field LIBRARY_VERSION Ljava/lang/String;
4343
}
4444

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+
4551
public class kotlinx/rpc/buf/BufExtension {
4652
public fun <init> (Lorg/gradle/api/model/ObjectFactory;)V
4753
public final fun generate (Lorg/gradle/api/Action;)V
@@ -65,9 +71,12 @@ public final class kotlinx/rpc/buf/BufExtension$LogFormat : java/lang/Enum {
6571

6672
public class kotlinx/rpc/buf/BufGenerateExtension {
6773
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;
6876
public final fun getErrorFormat ()Lorg/gradle/api/provider/Property;
6977
public final fun getIncludeImports ()Lorg/gradle/api/provider/Property;
7078
public final fun getIncludeWkt ()Lorg/gradle/api/provider/Property;
79+
public final fun getIndentSize ()Lorg/gradle/api/provider/Property;
7180
}
7281

7382
public final class kotlinx/rpc/buf/BufGenerateExtension$ErrorFormat : java/lang/Enum {

0 commit comments

Comments
 (0)