From 6e73631d4d21e5e862f07ed7517244f36394e5ca Mon Sep 17 00:00:00 2001 From: Sculas Date: Thu, 8 Sep 2022 14:00:15 +0200 Subject: [PATCH] fix: remove repeatable from PatchDeprecated --- src/main/kotlin/app/revanced/patcher/annotation/Deprecated.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patcher/annotation/Deprecated.kt b/src/main/kotlin/app/revanced/patcher/annotation/Deprecated.kt index a6e3021..bb50d93 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