Skip to content

Commit

Permalink
📃 docs: Update README for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
caoccao committed Sep 3, 2024
1 parent 9c7112c commit fe86e09
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

## Features

* Linux + MacOS + Windows
* Android + Linux + MacOS + Windows
* JavaScript, TypeScript, JSX, TSX, etc.
* [Parse](docs/parse.md)
* [AST](docs/features/ast.md)
Expand Down Expand Up @@ -53,13 +53,17 @@

```kotlin
// Gradle Kotlin DSL
// Linux + MacOS + Windows
implementation("com.caoccao.javet:swc4j:1.0.0")
// Android
implementation("com.caoccao.javet:swc4j-android:1.0.0")
```

```groovy
// Gradle Groovy DSL
// Linux + MacOS + Windows
implementation 'com.caoccao.javet:swc4j:1.0.0'
// Android
implementation 'com.caoccao.javet:swc4j-android:1.0.0'
```

Expand Down

0 comments on commit fe86e09

Please sign in to comment.