Skip to content

Version 0.8.14

Latest
Compare
Choose a tag to compare
@jb-compose-bot jb-compose-bot released this 18 Sep 18:06
896ee8d
Use actual openURL method on iOS (#990)

Fixes the following error when calling `URIHandler_openUri` on iOS 18:

```
The caller of UIApplication.openURL(_:) needs to migrate to the non-deprecated UIApplication.open(_:options:completionHandler:). Force returning false (NO).
```

Fixes: https://youtrack.jetbrains.com/issue/CMP-6699