Fix annotations package name

This commit is contained in:
arkon
2020-11-29 17:08:20 -05:00
parent 9814d20404
commit b39191ff50
2 changed files with 2 additions and 2 deletions

View File

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