chore: add dependency

This commit is contained in:
2025-06-07 04:46:12 +08:00
parent 9288e29fbf
commit 9462f5bb9b
2 changed files with 5 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ dependencies {
implementation(projects.backend)
implementation(compose.desktop.currentOs)
implementation(compose.material3)
implementation(com.highcapable.betterandroid.compose.extension.desktop)
implementation(cafe.adriel.lyricist.lyricist)
ksp(cafe.adriel.lyricist.lyricist.processor)
}