Simon Marquis

Results 116 issues of Simon Marquis

Configure `allWarningsAsErrors` to follow `kotlin.experimental.tryK2` property `w: Language version 2.0 is experimental, there are no backwards compatibility guarantees for new language and library features`

https://square.github.io/kotlinpoet/

enhancement

Blocked until Kotlin 2.0 is released: https://youtrack.jetbrains.com/issue/KT-43871

enhancement

- [BottomSheetScaffold](https://developer.android.com/reference/kotlin/androidx/compose/material/package-summary#BottomSheetScaffold(kotlin.Function1,androidx.compose.ui.Modifier,androidx.compose.material.BottomSheetScaffoldState,kotlin.Function0,kotlin.Function1,kotlin.Function0,androidx.compose.material.FabPosition,kotlin.Boolean,androidx.compose.ui.graphics.Shape,androidx.compose.ui.unit.Dp,androidx.compose.ui.graphics.Color,androidx.compose.ui.graphics.Color,androidx.compose.ui.unit.Dp,kotlin.Function1,kotlin.Boolean,androidx.compose.ui.graphics.Shape,androidx.compose.ui.unit.Dp,androidx.compose.ui.graphics.Color,androidx.compose.ui.graphics.Color,androidx.compose.ui.graphics.Color,androidx.compose.ui.graphics.Color,androidx.compose.ui.graphics.Color,kotlin.Function1)) - [AnimatedVisibility](https://developer.android.com/jetpack/compose/animation#animatedvisibility)

enhancement

Hi Jake, I'm trying to use this tool with a cygwin instance (on Windows). I'm able to run the command, but the process fails when it searches for classes on...

| 3-Button | Gesture | |--------|--------| | ![Screenshot_20240425-191702](https://github.com/joreilly/Confetti/assets/1921278/3881c2e4-25fd-4bfb-a8c0-048985823ff4) | ![Screenshot_20240427-115757](https://github.com/joreilly/Confetti/assets/1921278/f3c0228f-08f1-4987-966f-5fbeb4853a53)|

This is a reproducer for #1038. The consumer generates `AttrRef(type = "style", id = "AppTheme.Foo")`. The producer generates `AttrRef(type = "attr", id = "AppTheme_Foo")`. https://github.com/autonomousapps/dependency-analysis-gradle-plugin/actions/runs/8265204574/job/22610349535?pr=1146#step:8:393 ``` ResSpec > detects theme...

The following code will trigger [`ComposeUnstableReceiver`](https://slackhq.github.io/compose-lints/rules/#unstable-receivers) when running with this configuration: - Kotlin 2.0.0-RC1 - K2 UAST (`android.lint.useK2Uast=true`) - Lint 8.5.0-alpha04 and above (`-Pandroid.experimental.lint.version=8.5.0-alpha04`) (worked fine on `alpha03`) ```kotlin import...