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)
}

View File

@@ -32,4 +32,7 @@ libraries:
lyricist:
version: 1.7.0
lyricist-processor:
version-ref: <this>::lyricist
version-ref: <this>::lyricist
com.highcapable.betterandroid:
compose-extension-desktop:
version: 1.0.2