mirror of
https://github.com/revanced/revanced-patches.git
synced 2025-04-30 14:44:33 +02:00
9 lines
292 B
Kotlin
9 lines
292 B
Kotlin
package app.revanced.patches.trakt.annotations
|
|
|
|
import app.revanced.patcher.annotation.Compatibility
|
|
import app.revanced.patcher.annotation.Package
|
|
|
|
@Compatibility([Package("tv.trakt.trakt", arrayOf("1.1.1"))])
|
|
@Target(AnnotationTarget.CLASS)
|
|
internal annotation class UnlockProCompatibility
|