|
1 | | -public abstract class io/github/composegears/valkyrie/gradle/GenerateImageVectorsTask : org/gradle/api/DefaultTask { |
2 | | - public fun <init> ()V |
3 | | - public final fun execute ()V |
4 | | - public abstract fun getAddTrailingComma ()Lorg/gradle/api/provider/Property; |
5 | | - public abstract fun getGeneratePreview ()Lorg/gradle/api/provider/Property; |
6 | | - public abstract fun getIconFiles ()Lorg/gradle/api/file/ConfigurableFileCollection; |
7 | | - public abstract fun getIconPackName ()Lorg/gradle/api/provider/Property; |
8 | | - public abstract fun getIndentSize ()Lorg/gradle/api/provider/Property; |
9 | | - public abstract fun getNestedPackName ()Lorg/gradle/api/provider/Property; |
10 | | - public abstract fun getOutputDirectory ()Lorg/gradle/api/file/DirectoryProperty; |
11 | | - public abstract fun getOutputFormat ()Lorg/gradle/api/provider/Property; |
12 | | - public abstract fun getPackageName ()Lorg/gradle/api/provider/Property; |
13 | | - public abstract fun getPreviewAnnotationType ()Lorg/gradle/api/provider/Property; |
14 | | - public abstract fun getUseComposeColors ()Lorg/gradle/api/provider/Property; |
15 | | - public abstract fun getUseExplicitMode ()Lorg/gradle/api/provider/Property; |
16 | | - public abstract fun getUseFlatPackage ()Lorg/gradle/api/provider/Property; |
| 1 | +public abstract class io/github/composegears/valkyrie/gradle/ImageVectorConfigExtension { |
| 2 | + public fun <init> (Lorg/gradle/api/model/ObjectFactory;)V |
| 3 | + public final fun getAddTrailingComma ()Lorg/gradle/api/provider/Property; |
| 4 | + public final fun getGeneratePreview ()Lorg/gradle/api/provider/Property; |
| 5 | + public final fun getIndentSize ()Lorg/gradle/api/provider/Property; |
| 6 | + public final fun getOutputFormat ()Lorg/gradle/api/provider/Property; |
| 7 | + public final fun getPreviewAnnotationType ()Lorg/gradle/api/provider/Property; |
| 8 | + public final fun getUseComposeColors ()Lorg/gradle/api/provider/Property; |
| 9 | + public final fun getUseExplicitMode ()Lorg/gradle/api/provider/Property; |
17 | 10 | } |
18 | 11 |
|
19 | | -public abstract interface class io/github/composegears/valkyrie/gradle/ValkyrieExtension { |
20 | | - public abstract fun getAddTrailingComma ()Lorg/gradle/api/provider/Property; |
21 | | - public abstract fun getGenerateAtSync ()Lorg/gradle/api/provider/Property; |
22 | | - public abstract fun getGeneratePreview ()Lorg/gradle/api/provider/Property; |
23 | | - public abstract fun getIconPackName ()Lorg/gradle/api/provider/Property; |
24 | | - public abstract fun getIndentSize ()Lorg/gradle/api/provider/Property; |
25 | | - public abstract fun getNestedPackName ()Lorg/gradle/api/provider/Property; |
26 | | - public abstract fun getOutputDirectory ()Lorg/gradle/api/file/DirectoryProperty; |
27 | | - public abstract fun getOutputFormat ()Lorg/gradle/api/provider/Property; |
28 | | - public abstract fun getPackageName ()Lorg/gradle/api/provider/Property; |
29 | | - public abstract fun getPreviewAnnotationType ()Lorg/gradle/api/provider/Property; |
30 | | - public abstract fun getResourceDirectoryName ()Lorg/gradle/api/provider/Property; |
31 | | - public abstract fun getUseComposeColors ()Lorg/gradle/api/provider/Property; |
32 | | - public abstract fun getUseExplicitMode ()Lorg/gradle/api/provider/Property; |
33 | | - public abstract fun getUseFlatPackage ()Lorg/gradle/api/provider/Property; |
| 12 | +public abstract class io/github/composegears/valkyrie/gradle/ValkyrieExtension { |
| 13 | + public fun <init> (Lorg/gradle/api/model/ObjectFactory;)V |
| 14 | + public final fun getGenerateAtSync ()Lorg/gradle/api/provider/Property; |
| 15 | + public final fun getIconPackName ()Lorg/gradle/api/provider/Property; |
| 16 | + public final fun getNestedPackName ()Lorg/gradle/api/provider/Property; |
| 17 | + public final fun getOutputDirectory ()Lorg/gradle/api/file/DirectoryProperty; |
| 18 | + public final fun getPackageName ()Lorg/gradle/api/provider/Property; |
| 19 | + public final fun getResourceDirectoryName ()Lorg/gradle/api/provider/Property; |
| 20 | + public final fun getUseFlatPackage ()Lorg/gradle/api/provider/Property; |
| 21 | + public final fun imageVector (Lkotlin/jvm/functions/Function1;)V |
34 | 22 | } |
35 | 23 |
|
36 | 24 | public final class io/github/composegears/valkyrie/gradle/ValkyrieGradlePlugin : org/gradle/api/Plugin { |
|
0 commit comments