mirror of
https://github.com/null2264/yokai.git
synced 2025-06-20 18:24:42 +00:00
chore: More domain module Manga prep
This commit is contained in:
parent
f94e69cdf8
commit
de48b52ec3
6 changed files with 39 additions and 7 deletions
|
@ -9,11 +9,11 @@ kotlin {
|
|||
sourceSets {
|
||||
val commonMain by getting {
|
||||
dependencies {
|
||||
implementation(projects.sourceApi)
|
||||
}
|
||||
}
|
||||
val androidMain by getting {
|
||||
dependencies {
|
||||
implementation(projects.sourceApi)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@ data class Manga(
|
|||
val artist: String?,
|
||||
val author: String?,
|
||||
val description: String?,
|
||||
val genre: String?,
|
||||
val genres: List<String>?,
|
||||
val status: Int,
|
||||
val thumbnailUrl: String?,
|
||||
val updateStrategy: UpdateStrategy,
|
Loading…
Add table
Add a link
Reference in a new issue