Skip to content

Commit

Permalink
📝 Add Linux install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceglb committed Sep 11, 2024
1 parent 110ae4e commit ce96215
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,20 @@ dependencies {
}
```

If using JVM target and Linux distribution, you need to add the following module:

```gradle
compose.desktop {
application {
nativeDistributions {
linux {
modules("jdk.security.auth")
}
}
}
}
```

## ⚡ Initialization

Using **FileKit Core methods on Android** requires an initialization:
Expand Down

0 comments on commit ce96215

Please sign in to comment.