desktop: fix vlc dependency (#4809)

This commit is contained in:
Stanislav Dmitrenko
2024-08-31 17:24:50 +00:00
committed by Evgeny Poberezkin
parent fff29f8548
commit 087519c39d
2 changed files with 1 additions and 2 deletions
@@ -18,7 +18,6 @@ kotlin {
dependencies {
implementation(project(":common"))
implementation(compose.desktop.currentOs)
implementation("net.java.dev.jna:jna:5.14.0")
}
}
val jvmTest by getting