-
Platforms tested:
- Windows 11 23H2 22631.3737 x64 (running with problems)
- macOS 15 (running fine)
- JDK: 17 (Jetbrains runtime)
- Gradle: 8.7
Dependent version:
- compose = "1.6.8"
- kotl…
-
1.6.10-rc01
https://github.com/Kotlin/KMP-App-Template/tree/426bead7f26ba27ba1facfbfd1d5c0f7628a437a
-
**Describe the bug**
On iPad, `displayCutoutPadding` applies zero insets in landspace modes but applies some insets in portrait modes. In the normal portrait mode, there is a top inset; in the upside…
-
**Describe the bug**
When a window is hidden and then visible again, the focus is not restored to the element that had it before.
**Affected platforms**
Select one of the platforms below:
- Des…
-
I've tried running `Compose` in [App Extensions](https://developer.apple.com/app-extensions/), but nothing is working so far.
Test code snippet:
```
let mainViewController = Main_iosKt.MainViewCo…
-
# Why is this necessary?
- OssLicensesMenuActivity is for Android and cannot be used with Composable Multiplatform as is.
## The following is an overview of the list of tasks required to complet…
-
**Describe the bug**
Trying the build as described in [compose/README.md](https://github.com/JetBrains/compose-jb/blob/master/compose/README.md):
```
androidx/benchmark/gradle/Adb has been compil…
-
This library is currently (15-09-2023) under development and haven't reach the stable 1.0 state yet: https://github.com/androidx/androidx/tree/androidx-main/compose/material3/material3-adaptive
It …
-
Any plans to support compose-multiplatform? Perhaps starting with iOS and Android targets would be the easiest. Should warn you that it is a huge amount of work
-
$pdo = new pdo('mysql:host=localhost; port=3306;dbname=Product Dev','root','');
$pdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);