Minor, suppress deprecation warnings in parcelize plugin

This commit is contained in:
Alexander Udalov
2020-11-02 09:52:53 +01:00
parent ee8db2f760
commit e5d5c20473
4 changed files with 5 additions and 5 deletions
@@ -22,4 +22,4 @@ package kotlinx.android.parcel
@Retention(AnnotationRetention.SOURCE)
@Target(AnnotationTarget.TYPE)
@Deprecated("Use kotlinx.parcelize.WriteWith instead.", ReplaceWith("kotlinx.parcelize.WriteWith"))
annotation class WriteWith<P : @Suppress("DEPRECATION_ERROR") Parceler<*>>
annotation class WriteWith<P : @Suppress("DEPRECATION") Parceler<*>>