Skip to content

Commit

Permalink
chore: Update README for desugaring issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tevincent committed Dec 6, 2024
1 parent b2cfa70 commit 9da623b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ For others modules:
implementation("com.github.infomaniak.multiplatform-SwissTransfer:{module_name}:{tag}")
```

#### Step 3
If you target Android devices running below API 26, you need to use Android Gradle plugin 4.0 or newer
and enable [core library desugaring](https://developer.android.com/studio/write/java8-support#library-desugaring).

### iOS

For iOS, the Core module is provided as an XCFramework. Follow these steps to integrate it into your Xcode project:
Expand Down

0 comments on commit 9da623b

Please sign in to comment.