refactor: extract audio player logic into a dedicated multiplatform module

This commit is contained in:
2026-06-16 17:26:48 +02:00
parent 45a8f7ac7f
commit 1de2d43b3b
22 changed files with 96 additions and 33 deletions
+1
View File
@@ -36,3 +36,4 @@ include(":androidApp")
include(":desktopApp")
include(":webApp")
include(":shared")
include(":core:audioplayer")