refactor: use SSoT for playback speed

This commit is contained in:
2026-07-03 13:54:25 +02:00
parent d2283ae347
commit bd25dee1f0
4 changed files with 27 additions and 11 deletions
+2
View File
@@ -11,10 +11,12 @@ kotlin {
commonMain.dependencies {
// Core modules
implementation(projects.core.audioplayer)
implementation(projects.core.coroutines)
implementation(projects.core.logging)
implementation(projects.core.model)
// Data modules
implementation(projects.data.preferences)
implementation(projects.data.records)
implementation(projects.data.resources)
implementation(projects.data.subtitle)