mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2026-01-25 04:01:03 +00:00
refactor: Internalize processor constructor
BREAKING CHANGE: This gets rid of the public constructor.
This commit is contained in:
@@ -19,7 +19,7 @@ import com.squareup.kotlinpoet.ksp.toClassName
|
||||
import com.squareup.kotlinpoet.ksp.writeTo
|
||||
import kotlin.reflect.KClass
|
||||
|
||||
class PatchProcessor(
|
||||
class PatchProcessor internal constructor(
|
||||
private val codeGenerator: CodeGenerator,
|
||||
) : SymbolProcessor {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user