-
Could you please add "org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.5" to the list of components. I think using immutable types in compose is very important and this is one of the standard k…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
Thank you for making this nice components for Jetpack Compose! 👍
I would like to use the date picker on a project using JetBrains fork [compose-jb](https://github.com/JetBrains/compose-jb).
Cur…
-
I created a Compose desktop app template with the Jetbrains wizard and then just added a ProGuard configuration block to the build.gradle.kts
```
buildTypes.release {
proguard {…
-
How to make init firebase in compose multiplatform
-
Currently when pasting with the plugin we only add the code. But we can also add the required imports to the list of import statements (e.g. `import androidx.compose.foundation.Text`).
From reading…
pocmo updated
4 years ago
-
[Screen_recording_20241011_171946.webm](https://github.com/user-attachments/assets/233a7f13-97dd-4ddb-ad22-0d4b22c625a2)
I am getting a configuration error message. The error message states:
Som…
-
Hello,
We have tried integrating `process out ui sdk` into a test project and Android Studio is complaining during compilation about JVM version. The error we get is
```
Cannot inline bytecode…
-
Copying from https://github.com/Kotlin/kotlinx.coroutines/pull/4147#discussion_r1696736494:
---
*How* does one use `LAZY`? Typically, in a pattern like
```kotlin
// a property
val optionallyR…
-
Hi. Any chance to fix this issue? Some webviews needed to be displayed in a regular scrollable column in my project. Or do I miss maybe a setting which can fix this issue?
On Android I can scroll dow…