-
Hi,
Thanks for it, it's great. I'm just filling an issue cause currently we can't add auto-data-class in an existing jetpack compose project we always end up with the following error when trying to b…
-
I encountered an error with port publishing and the container type network mode while using IntelliJ. It seems to be related to the network mode setting.
Error: conflicting options: port publishing…
-
## Expected Rule behavior
Ktlint reports PascalCase constant names as violations, in compliance with Kotlin/Android style guide. If we want to use PascalCase for constants, we need to disable the r…
-
## Expected Behavior
```
fun remember(
calculation: () -> T
): T {
return calculation()
}
remember {
{ flag: Boolean ->
println(flag…
-
The text looks very blurry with e.g. 175% scaling on Wayland because of xwayland not supporting fractional scaling
-
I have a simple codepath I’m calling which was ripped from one of the demos.
```kt
val figure = run {
val data = mapOf(
"time" to listOf("Lunch", "Lunch", "Dinner", "Dinner", "Dinner…
-
https://github.com/JetBrains/compose-jb/issues/2650
-
**Describe GraalVM and your environment :**
- GraalVM version or commit id if built from source:
```
openjdk 11.0.10 2021-01-19
OpenJDK Runtime Environment GraalVM CE 21.0.0 (build…
-
This is a nice project!
I am wondering if these components could support [JetBrains/compose-multiplatform](https://github.com/JetBrains/compose-multiplatform)
-
I am trying to convert a Compose for Desktop project to native image but after adding Gradle plugin I am getting this error :
Build file '/Users/sudharsanarajalingam/RageshAntony/idea/desktopGralCo…