Make Room models @Immutable

This commit is contained in:
vfsfitvnm
2022-08-26 10:30:02 +02:00
parent e7d768e6bd
commit 305d6c80c5
12 changed files with 24 additions and 0 deletions

View File

@@ -1,7 +1,9 @@
package it.vfsfitvnm.vimusic.models
import androidx.compose.runtime.Immutable
import androidx.room.Relation
@Immutable
class DetailedSongWithContentLength(
id: String,
title: String,