diff --git a/src/main/kotlin/your/org/patches/example/ExamplePatch.kt b/src/main/kotlin/your/org/patches/example/ExamplePatch.kt index 6e8069f5f..ab99017e6 100644 --- a/src/main/kotlin/your/org/patches/example/ExamplePatch.kt +++ b/src/main/kotlin/your/org/patches/example/ExamplePatch.kt @@ -13,7 +13,7 @@ import app.revanced.patcher.patch.annotation.Patch ], ) @Suppress("unused") -object ExamplePatch : BytecodePatch() { +object ExamplePatch : BytecodePatch(emptySet()) { override fun execute(context: BytecodeContext) { // TODO("Not yet implemented") }