mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Add stable marker to Manga data class
Co-authored-by: ivan <12537387+ivaniskandar@users.noreply.github.com>
This commit is contained in:
parent
03eb756ecb
commit
4ee31bfea5
7 changed files with 48 additions and 60 deletions
|
@ -25,6 +25,8 @@ dependencies {
|
|||
|
||||
api(libs.sqldelight.android.paging)
|
||||
|
||||
compileOnly(libs.compose.stablemarker)
|
||||
|
||||
testImplementation(libs.bundles.test)
|
||||
testImplementation(kotlinx.coroutines.test)
|
||||
}
|
||||
|
|
|
@ -1,11 +1,13 @@
|
|||
package tachiyomi.domain.manga.model
|
||||
|
||||
import androidx.compose.runtime.Immutable
|
||||
import eu.kanade.tachiyomi.source.model.SManga
|
||||
import eu.kanade.tachiyomi.source.model.UpdateStrategy
|
||||
import tachiyomi.core.common.preference.TriState
|
||||
import java.io.Serializable
|
||||
import java.time.Instant
|
||||
|
||||
@Immutable
|
||||
data class Manga(
|
||||
val id: Long,
|
||||
val source: Long,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue