chore: Preparing Manga data class

This commit is contained in:
Ahmad Ansori Palembani 2024-06-17 19:55:43 +07:00
parent 8f07c2d99a
commit 334fbe4631
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
3 changed files with 28 additions and 1 deletions

View file

@ -13,6 +13,7 @@ kotlin {
}
val androidMain by getting {
dependencies {
implementation(projects.sourceApi)
}
}
}