feat(macos): open transfer invitations in native share sheet

This commit is contained in:
2026-07-11 09:31:41 +02:00
parent 3da91be771
commit a18b1fb4e8
4 changed files with 127 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ dependencies {
implementation(libs.jna)
implementation(libs.compose.uiToolingPreview)
testImplementation(libs.kotlin.testJunit)
}
compose.desktop {