Remove unused MultiSource annotation

Didn't get very far with trying to use an annotation processor to generate metadata at build time. May revisit later.
This commit is contained in:
arkon
2020-08-08 19:03:55 -04:00
parent bfd1e6b777
commit b4e171b52a
17 changed files with 0 additions and 37 deletions

View File

@ -1,5 +0,0 @@
package eu.kanade.tachiyomi.annotations
@Retention(AnnotationRetention.SOURCE)
@Target(AnnotationTarget.CLASS)
annotation class MultiSource