Suppress AppItem serialVersionUID warning

This commit is contained in:
Abandoned Cart 2023-04-19 08:46:59 -04:00 committed by Billy Laws
parent 56fd79ff46
commit 30aee55122
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ private val missingIcon by lazy { ContextCompat.getDrawable(SkylineApplication.i
/**
* This class is a wrapper around [AppEntry], it is used for passing around game metadata
*/
@Suppress("SERIAL")
data class AppItem(private val meta : AppEntry) : Serializable {
/**
* The icon of the application