Skip to content

Commit

Permalink
Merge pull request #111 from Infomaniak/update-readme-desugaring
Browse files Browse the repository at this point in the history
chore: Update README for desugaring issue
  • Loading branch information
sirambd authored Dec 6, 2024
2 parents b2cfa70 + fe170ff commit f16feee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@ 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 f16feee

Please sign in to comment.