refactor: move subtitle package to standalone data module, update dependencies

This commit is contained in:
2026-06-19 18:12:16 +02:00
parent fdeeee9bf8
commit 1028b748a9
18 changed files with 108 additions and 16 deletions
+3
View File
@@ -62,6 +62,9 @@ kotlin {
implementation(projects.core.audioplayer)
implementation(projects.core.logging)
// Data modules
implementation(projects.data.subtitle)
implementation(libs.compose.runtime)
implementation(libs.compose.foundation)
implementation(libs.compose.material3)