refactor: Internalize processor constructor

BREAKING CHANGE: This gets rid of the public constructor.
This commit is contained in:
oSumAtrIX
2023-09-13 05:32:06 +02:00
parent 8de30633ae
commit a802d0df46
3 changed files with 2 additions and 3 deletions

View File

@@ -13,7 +13,6 @@ public abstract interface annotation class app/revanced/patcher/patch/annotation
}
public final class app/revanced/patcher/patch/annotation/processor/PatchProcessor : com/google/devtools/ksp/processing/SymbolProcessor {
public fun <init> (Lcom/google/devtools/ksp/processing/CodeGenerator;Lcom/google/devtools/ksp/processing/KSPLogger;)V
public fun process (Lcom/google/devtools/ksp/processing/Resolver;)Ljava/util/List;
}