desktop: fix crash at startup on Windows when WMI does not answer (#7581)

Co-authored-by: Evgeny Poberezkin <evgeny@poberezkin.com>
This commit is contained in:
Narasimha-sc
2026-09-26 13:42:02 +01:00
committed by GitHub
co-authored by Evgeny Poberezkin
parent 2f6e4d556d
commit 294fbf1b7d
2 changed files with 48 additions and 0 deletions
@@ -143,6 +143,7 @@ kotlin {
}
// For jSystemThemeDetector only
implementation("net.java.dev.jna:jna-platform:5.14.0")
implementation("com.github.oshi:oshi-core:6.4.13")
implementation("com.sshtools:two-slices:0.9.1")
implementation("org.slf4j:slf4j-simple:2.0.12")
implementation("uk.co.caprica:vlcj:4.8.3")