mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
build(desktop): include java.net.http module in native distribution (#4787)
This commit is contained in:
parent
be70743ed6
commit
48740fe280
1 changed files with 2 additions and 0 deletions
|
|
@ -59,6 +59,8 @@ compose.desktop {
|
|||
)
|
||||
packageName = "Meshtastic"
|
||||
|
||||
modules("java.net.http")
|
||||
|
||||
// App Icon
|
||||
macOS { iconFile.set(project.file("src/main/resources/icon.png")) }
|
||||
windows { iconFile.set(project.file("src/main/resources/icon.png")) }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue