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: stability-compiler/api/stability-compiler.api
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@ public final class com/skydoves/compose/stability/compiler/StabilityAnalyzerIrGe
116
116
117
117
public final class com/skydoves/compose/stability/compiler/StabilityAnalyzerPluginRegistrar : org/jetbrains/kotlin/compiler/plugin/CompilerPluginRegistrar {
118
118
public fun <init> ()V
119
-
public final fun getPluginId ()Ljava/lang/String;
119
+
public fun getPluginId ()Ljava/lang/String;
120
120
public fun getSupportsK2 ()Z
121
121
public fun registerExtensions (Lorg/jetbrains/kotlin/compiler/plugin/CompilerPluginRegistrar$ExtensionStorage;Lorg/jetbrains/kotlin/config/CompilerConfiguration;)V
Copy file name to clipboardExpand all lines: stability-compiler/src/main/kotlin/com/skydoves/compose/stability/compiler/StabilityAnalyzerPluginRegistrar.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ public class StabilityAnalyzerPluginRegistrar : CompilerPluginRegistrar() {
0 commit comments