diff --git a/src/main/kotlin/app/revanced/patcher/annotation/Deprecated.kt b/src/main/kotlin/app/revanced/patcher/annotation/Deprecated.kt index a6e3021e..bb50d938 100644 --- a/src/main/kotlin/app/revanced/patcher/annotation/Deprecated.kt +++ b/src/main/kotlin/app/revanced/patcher/annotation/Deprecated.kt @@ -12,7 +12,6 @@ import kotlin.reflect.KClass @Target(AnnotationTarget.CLASS) @Retention(AnnotationRetention.RUNTIME) @MustBeDocumented -@Repeatable annotation class PatchDeprecated( val reason: String, val replacement: KClass> = Patch::class