-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
John Rodriguez
committed
Jan 29, 2024
1 parent
3e7258f
commit 44a138a
Showing
56 changed files
with
364 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
public abstract interface annotation class app/cash/paparazzi/annotations/Paparazzi : java/lang/annotation/Annotation { | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
public final class app/cash/paparazzi/gradle/PaparazziPlugin : org/gradle/api/Plugin { | ||
public fun <init> ()V | ||
public synthetic fun apply (Ljava/lang/Object;)V | ||
public fun apply (Lorg/gradle/api/Project;)V | ||
} | ||
|
||
public class app/cash/paparazzi/gradle/PaparazziPlugin$PaparazziTask : org/gradle/api/DefaultTask { | ||
public fun <init> ()V | ||
public fun setTestNameIncludePatterns (Ljava/util/List;)Lapp/cash/paparazzi/gradle/PaparazziPlugin$PaparazziTask; | ||
} | ||
|
||
public abstract class app/cash/paparazzi/gradle/PrepareResourcesTask : org/gradle/api/DefaultTask { | ||
public fun <init> ()V | ||
public abstract fun getAarAssetDirs ()Lorg/gradle/api/file/ConfigurableFileCollection; | ||
public abstract fun getAarExplodedDirs ()Lorg/gradle/api/file/ConfigurableFileCollection; | ||
public abstract fun getArtifactFiles ()Lorg/gradle/api/file/ConfigurableFileCollection; | ||
public abstract fun getCompileSdkVersion ()Lorg/gradle/api/provider/Property; | ||
public abstract fun getModuleResourceDirs ()Lorg/gradle/api/provider/ListProperty; | ||
public abstract fun getNonTransitiveRClassEnabled ()Lorg/gradle/api/provider/Property; | ||
public abstract fun getPackageName ()Lorg/gradle/api/provider/Property; | ||
public abstract fun getPaparazziResources ()Lorg/gradle/api/file/RegularFileProperty; | ||
public abstract fun getProjectAssetDirs ()Lorg/gradle/api/provider/ListProperty; | ||
public abstract fun getProjectResourceDirs ()Lorg/gradle/api/provider/ListProperty; | ||
public abstract fun getTargetSdkVersion ()Lorg/gradle/api/provider/Property; | ||
public final fun writeResourcesFile ()V | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
paparazzi-preview-processor/api/paparazzi-preview-processor.api
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
public final class app/cash/paparazzi/preview/processor/PreviewProcessor : com/google/devtools/ksp/processing/SymbolProcessor { | ||
public fun <init> (Lcom/google/devtools/ksp/processing/SymbolProcessorEnvironment;)V | ||
public fun process (Lcom/google/devtools/ksp/processing/Resolver;)Ljava/util/List; | ||
} | ||
|
||
public final class app/cash/paparazzi/preview/processor/PreviewProcessorProvider : com/google/devtools/ksp/processing/SymbolProcessorProvider { | ||
public fun <init> ()V | ||
public fun create (Lcom/google/devtools/ksp/processing/SymbolProcessorEnvironment;)Lapp/cash/paparazzi/preview/processor/PreviewProcessor; | ||
public synthetic fun create (Lcom/google/devtools/ksp/processing/SymbolProcessorEnvironment;)Lcom/google/devtools/ksp/processing/SymbolProcessor; | ||
} | ||
|
Oops, something went wrong.