mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
feat: Add the ability to save search queries
I got tired of putting the same tag over and over, so...
This commit is contained in:
parent
7a08ca294a
commit
f13f98f19a
26 changed files with 880 additions and 80 deletions
|
@ -10,6 +10,7 @@ kotlin {
|
|||
sourceSets {
|
||||
val commonMain by getting {
|
||||
dependencies {
|
||||
api(projects.domain)
|
||||
api(libs.bundles.db)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue