Skip to content

Commit

Permalink
ffi: update kotlin bindings compilation docs
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Kishimoto <[email protected]>
  • Loading branch information
yukibtc committed Dec 12, 2024
1 parent 2f662f8 commit ed6539b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions bindings/nostr-sdk-ffi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,6 @@ For most users, we recommend using our official Kotlin package: [org.rust-nostr:

If you want to compile from source or need more options, read on.

#### Libraries and Bindings

This command will build libraries for different platforms in `target/` folder and copy them to `ffi/kotlin/jniLibs`.
In addition it will generate Kotlin bindings in `ffi/kotlin/nostr_sdk`.

```bash
just kotlin
```

#### Android Archive (AAR)

This command will build an AAR file in `ffi/android/lib-release.aar`:
Expand Down

0 comments on commit ed6539b

Please sign in to comment.