Removing deprecated library addresses and deprecated apis

This commit is contained in:
Vitor Pamplona
2026-03-15 20:52:01 -04:00
parent bda7e48a84
commit 8b4a45cb5b
4 changed files with 36 additions and 22 deletions
+3 -3
View File
@@ -23,9 +23,9 @@ kotlin {
dependencies {
implementation(compose.desktop.currentOs)
implementation(compose.material3)
implementation(compose.materialIconsExtended)
implementation(compose.components.resources)
implementation(libs.jetbrains.compose.material3)
implementation(libs.jetbrains.compose.material.icons.extended)
implementation(libs.jetbrains.compose.components.resources)
// Quartz Nostr library (will use JVM target)
implementation(project(":quartz"))