-
Running the following code seems to cause the JVM to fatal in skiko. Tested on Linux and Mac, was able to reproduce on both.
```
import androidx.compose.ui.platform.TestComposeWindow
import andr…
-
For reference: https://developer.android.com/reference/kotlin/androidx/compose/ui/Modifier#then(androidx.compose.ui.Modifier)
I believe this bug applies to multiplatform, but I'm running into a loc…
-
I newly downloaded writerside, but it cannot render mathematical formulas, including markdown methods and latex methods. Is there any plug-in missing? Or is it not supported at all?
-
When adding below line of code used for Composable Preview in Android sourceset, the build fails.
```
buildFeatures {
compose = true
}
```
Compilation fails with bellow message:
…
-
### What is your use-case and why do you need this feature?
When we write custom serializer for class, which contains plugin generated serializer inside, we cannot use `with` parameter of `@Serializa…
-
I can't use `ConstraintLayout ` in latest version: `0.3.0-build150`
Did I make a mistake?
![image](https://user-images.githubusercontent.com/22125696/107144339-834ec600-6975-11eb-8957-ece566af52…
gtf35 updated
2 months ago
-
**Describe the bug**
Text rendering appears to be subtly different across desktop operating systems, even when providing the same font.
This may be an intentional or unavoidable result of using pl…
-
## Problem
Whenever I generate the prisma client again after modifying the schema, it takes a while for WebStorm (an IntelliJ-based IDE) to reflect the changes in static analysis. While I haven't d…
-
Hi together,
I am a bit confused about the purposes and the relations between those projects.
Is it possible to mix up Jetbrains Compose (for desktop/web) and Kotlin Multiplatform Beta (Android/io…
-
Repro: set `ksp.useKSP2` to true in [this branch](https://github.com/slackhq/compose-lints/pull/264/) (in gradle.properties) and then try to run `./gradlew :compose-lint-checks:kspTestKotlin`. This wo…