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: ktorfit-compiler-plugin/api/ktorfit-compiler-plugin.api
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,15 @@
1
1
public final class de/jensklingenberg/ktorfit/CommonCompilerPluginRegistrar : org/jetbrains/kotlin/compiler/plugin/CompilerPluginRegistrar {
2
+
public static final field Companion Lde/jensklingenberg/ktorfit/CommonCompilerPluginRegistrar$Companion;
3
+
public static final field PLUGIN_ID Ljava/lang/String;
2
4
public fun <init> ()V
5
+
public fun getPluginId ()Ljava/lang/String;
3
6
public fun getSupportsK2 ()Z
4
7
public fun registerExtensions (Lorg/jetbrains/kotlin/compiler/plugin/CompilerPluginRegistrar$ExtensionStorage;Lorg/jetbrains/kotlin/config/CompilerConfiguration;)V
5
8
}
6
9
10
+
public final class de/jensklingenberg/ktorfit/CommonCompilerPluginRegistrar$Companion {
11
+
}
12
+
7
13
public final class de/jensklingenberg/ktorfit/ExampleCommandLineProcessor : org/jetbrains/kotlin/compiler/plugin/CommandLineProcessor {
8
14
public fun <init> ()V
9
15
public fun appendList (Lorg/jetbrains/kotlin/config/CompilerConfiguration;Lorg/jetbrains/kotlin/config/CompilerConfigurationKey;Ljava/lang/Object;)V
0 commit comments