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-utils/api/compiler-utils.api
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ public final class com/squareup/anvil/compiler/internal/UtilsKt {
58
58
59
59
public abstract interface class com/squareup/anvil/compiler/internal/reference/AnnotatedReference {
60
60
public abstract fun getAnnotations ()Ljava/util/List;
61
-
public abstract fun isAnnotatedWith (Lorg/jetbrains/kotlin/name/FqName;)Z
61
+
public fun isAnnotatedWith (Lorg/jetbrains/kotlin/name/FqName;)Z
62
62
}
63
63
64
64
public final class com/squareup/anvil/compiler/internal/reference/AnnotatedReference$DefaultImpls {
@@ -164,6 +164,7 @@ public abstract interface class com/squareup/anvil/compiler/internal/reference/A
164
164
public abstract fun getTopLevelPropertyReferences (Lorg/jetbrains/kotlin/psi/KtFile;)Ljava/util/List;
165
165
public abstract fun resolveClassIdOrNull (Lorg/jetbrains/kotlin/name/ClassId;)Lorg/jetbrains/kotlin/name/FqName;
166
166
public abstract fun resolveFqNameOrNull (Lorg/jetbrains/kotlin/name/FqName;Lorg/jetbrains/kotlin/incremental/components/LookupLocation;)Lorg/jetbrains/kotlin/descriptors/ClassDescriptor;
167
+
public static synthetic fun resolveFqNameOrNull$default (Lcom/squareup/anvil/compiler/internal/reference/AnvilModuleDescriptor;Lorg/jetbrains/kotlin/name/FqName;Lorg/jetbrains/kotlin/incremental/components/LookupLocation;ILjava/lang/Object;)Lorg/jetbrains/kotlin/descriptors/ClassDescriptor;
167
168
public abstract fun resolvePropertyReferenceOrNull (Lorg/jetbrains/kotlin/name/FqName;)Lcom/squareup/anvil/compiler/internal/reference/PropertyReference;
168
169
public abstract fun resolveTypeAliasFqNameOrNull (Lorg/jetbrains/kotlin/name/FqName;)Lorg/jetbrains/kotlin/descriptors/TypeAliasDescriptor;
169
170
}
@@ -297,9 +298,9 @@ public final class com/squareup/anvil/compiler/internal/reference/ClassReference
297
298
public abstract interface class com/squareup/anvil/compiler/internal/reference/FunctionReference {
298
299
public abstract fun getFqName ()Lorg/jetbrains/kotlin/name/FqName;
299
300
public abstract fun getModule ()Lcom/squareup/anvil/compiler/internal/reference/AnvilModuleDescriptor;
300
-
public abstract fun getName ()Ljava/lang/String;
301
+
public fun getName ()Ljava/lang/String;
301
302
public abstract fun getParameters ()Ljava/util/List;
302
-
public abstract fun returnType ()Lcom/squareup/anvil/compiler/internal/reference/TypeReference;
303
+
public fun returnType ()Lcom/squareup/anvil/compiler/internal/reference/TypeReference;
303
304
public abstract fun returnTypeOrNull ()Lcom/squareup/anvil/compiler/internal/reference/TypeReference;
304
305
public abstract fun visibility ()Lcom/squareup/anvil/compiler/internal/reference/Visibility;
305
306
}
@@ -481,7 +482,7 @@ public abstract interface class com/squareup/anvil/compiler/internal/reference/P
481
482
public abstract fun getName ()Ljava/lang/String;
482
483
public abstract fun getSetterAnnotations ()Ljava/util/List;
483
484
public abstract fun isLateinit ()Z
484
-
public abstract fun type ()Lcom/squareup/anvil/compiler/internal/reference/TypeReference;
485
+
public fun type ()Lcom/squareup/anvil/compiler/internal/reference/TypeReference;
485
486
public abstract fun typeOrNull ()Lcom/squareup/anvil/compiler/internal/reference/TypeReference;
486
487
public abstract fun visibility ()Lcom/squareup/anvil/compiler/internal/reference/Visibility;
0 commit comments