Move Tag and tag serialization classes to core:base

This commit is contained in:
MM20
2024-10-26 19:41:54 +02:00
parent a505b25ce9
commit 06c7331584
11 changed files with 19 additions and 33 deletions
@@ -3,7 +3,7 @@ package de.mm20.launcher2.services.tags.impl
import de.mm20.launcher2.data.customattrs.CustomAttributesRepository
import de.mm20.launcher2.searchable.SavableSearchableRepository
import de.mm20.launcher2.search.SavableSearchable
import de.mm20.launcher2.search.data.Tag
import de.mm20.launcher2.search.Tag
import de.mm20.launcher2.searchable.PinnedLevel
import de.mm20.launcher2.services.tags.TagsService
import kotlinx.coroutines.CoroutineScope