Simon Marquis
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`
Blocked until Kotlin 2.0 is released: https://youtrack.jetbrains.com/issue/KT-43871
- [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)
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 | |--------|--------| |  | |
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...