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:
Ahmad Ansori Palembani 2025-04-14 21:02:12 +07:00
parent 7a08ca294a
commit f13f98f19a
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
26 changed files with 880 additions and 80 deletions

View file

@ -10,6 +10,7 @@ kotlin {
sourceSets {
val commonMain by getting {
dependencies {
api(projects.domain)
api(libs.bundles.db)
}
}