1<?xml version="1.0" encoding="UTF-8"?> 2<issues format="6" by="lint 8.10.0-alpha07" type="baseline" client="gradle" dependencies="false" name="AGP (8.10.0-alpha07)" variant="all" version="8.10.0-alpha07"> 3 4 <issue 5 id="ComposableLambdaParameterNaming" 6 message="Composable lambda parameter should be named `content`" 7 errorLine1=" icon: @Composable () -> Unit = { Icon(SwipeToRevealDefaults.MoreOptions, "More Options") }," 8 errorLine2=" ~~~~"> 9 <location 10 file="src/androidTest/kotlin/androidx/wear/compose/material/SwipeToRevealTest.kt"/> 11 </issue> 12 13 <issue 14 id="ComposableLambdaParameterNaming" 15 message="Composable lambda parameter should be named `content`" 16 errorLine1=" label: @Composable () -> Unit = { Text("Undo") }," 17 errorLine2=" ~~~~~"> 18 <location 19 file="src/androidTest/kotlin/androidx/wear/compose/material/SwipeToRevealTest.kt"/> 20 </issue> 21 22 <issue 23 id="ComposableLambdaParameterNaming" 24 message="Composable lambda parameter should be named `content`" 25 errorLine1=" toggleControl: @Composable () -> Unit = {" 26 errorLine2=" ~~~~~~~~~~~~~"> 27 <location 28 file="src/androidTest/kotlin/androidx/wear/compose/material/ToggleChipScreenshotTest.kt"/> 29 </issue> 30 31 <issue 32 id="ComposableLambdaParameterPosition" 33 message="Composable lambda parameter should be the last parameter so it can be used as a trailing lambda" 34 errorLine1=" icon: @Composable () -> Unit = { Icon(SwipeToRevealDefaults.MoreOptions, "More Options") }," 35 errorLine2=" ~~~~"> 36 <location 37 file="src/androidTest/kotlin/androidx/wear/compose/material/SwipeToRevealTest.kt"/> 38 </issue> 39 40 <issue 41 id="ComposableLambdaParameterPosition" 42 message="Composable lambda parameter should be the last parameter so it can be used as a trailing lambda" 43 errorLine1=" label: @Composable () -> Unit = { Text("Undo") }," 44 errorLine2=" ~~~~~"> 45 <location 46 file="src/androidTest/kotlin/androidx/wear/compose/material/SwipeToRevealTest.kt"/> 47 </issue> 48 49 <issue 50 id="ComposableNaming" 51 message="Composable functions that return Unit should start with an uppercase letter" 52 errorLine1=" private fun sampleAppCard(enabled: Boolean = true) {" 53 errorLine2=" ~~~~~~~~~~~~~"> 54 <location 55 file="src/androidTest/kotlin/androidx/wear/compose/material/CardScreenshotTest.kt"/> 56 </issue> 57 58 <issue 59 id="ComposableNaming" 60 message="Composable functions that return Unit should start with an uppercase letter" 61 errorLine1=" private fun sampleTitleCard(" 62 errorLine2=" ~~~~~~~~~~~~~~~"> 63 <location 64 file="src/androidTest/kotlin/androidx/wear/compose/material/CardScreenshotTest.kt"/> 65 </issue> 66 67 <issue 68 id="ComposableNaming" 69 message="Composable functions that return Unit should start with an uppercase letter" 70 errorLine1=" private fun sampleChip(" 71 errorLine2=" ~~~~~~~~~~"> 72 <location 73 file="src/androidTest/kotlin/androidx/wear/compose/material/ChipScreenshotTest.kt"/> 74 </issue> 75 76 <issue 77 id="ComposableNaming" 78 message="Composable functions that return Unit should start with an uppercase letter" 79 errorLine1=" private fun sampleOutlinedChip(" 80 errorLine2=" ~~~~~~~~~~~~~~~~~~"> 81 <location 82 file="src/androidTest/kotlin/androidx/wear/compose/material/ChipScreenshotTest.kt"/> 83 </issue> 84 85 <issue 86 id="ComposableNaming" 87 message="Composable functions that return Unit should start with an uppercase letter" 88 errorLine1=" private fun sampleCompactChip(enabled: Boolean = true) {" 89 errorLine2=" ~~~~~~~~~~~~~~~~~"> 90 <location 91 file="src/androidTest/kotlin/androidx/wear/compose/material/ChipScreenshotTest.kt"/> 92 </issue> 93 94 <issue 95 id="ComposableNaming" 96 message="Composable functions that return Unit should start with an uppercase letter" 97 errorLine1=" private fun samplePickerGroup(pickerCount: Int = 2, autoCenter: Boolean = false) {" 98 errorLine2=" ~~~~~~~~~~~~~~~~~"> 99 <location 100 file="src/androidTest/kotlin/androidx/wear/compose/material/PickerGroupScreenshotTest.kt"/> 101 </issue> 102 103 <issue 104 id="ComposableNaming" 105 message="Composable functions that return Unit should start with an uppercase letter" 106 errorLine1=" private fun dualPicker(readOnlyLabel: String? = null) {" 107 errorLine2=" ~~~~~~~~~~"> 108 <location 109 file="src/androidTest/kotlin/androidx/wear/compose/material/PickerScreenshotTest.kt"/> 110 </issue> 111 112 <issue 113 id="ComposableNaming" 114 message="Composable functions that return Unit should start with an uppercase letter" 115 errorLine1=" private fun BoxScope.boxContent(isBackground: Boolean) {" 116 errorLine2=" ~~~~~~~~~~"> 117 <location 118 file="src/androidTest/kotlin/androidx/wear/compose/material/SwipeToDismissBoxScreenshotTest.kt"/> 119 </issue> 120 121 <issue 122 id="ComposableNaming" 123 message="Composable functions that return Unit should start with an uppercase letter" 124 errorLine1=" fun toggleScreen(saveableStateHolder: SaveableStateHolder) {" 125 errorLine2=" ~~~~~~~~~~~~"> 126 <location 127 file="src/androidTest/kotlin/androidx/wear/compose/material/SwipeToDismissBoxTest.kt"/> 128 </issue> 129 130 <issue 131 id="ComposableNaming" 132 message="Composable functions that return Unit should start with an uppercase letter" 133 errorLine1=" fun counterScreen(saveableStateHolder: SaveableStateHolder) {" 134 errorLine2=" ~~~~~~~~~~~~~"> 135 <location 136 file="src/androidTest/kotlin/androidx/wear/compose/material/SwipeToDismissBoxTest.kt"/> 137 </issue> 138 139 <issue 140 id="ComposableNaming" 141 message="Composable functions that return Unit should start with an uppercase letter" 142 errorLine1=" private fun messageContent() {" 143 errorLine2=" ~~~~~~~~~~~~~~"> 144 <location 145 file="src/androidTest/kotlin/androidx/wear/compose/material/SwipeToDismissBoxTest.kt"/> 146 </issue> 147 148 <issue 149 id="ComposableNaming" 150 message="Composable functions that return Unit should start with an uppercase letter" 151 errorLine1=" private fun nestedScrollContent(" 152 errorLine2=" ~~~~~~~~~~~~~~~~~~~"> 153 <location 154 file="src/androidTest/kotlin/androidx/wear/compose/material/SwipeToDismissBoxTest.kt"/> 155 </issue> 156 157 <issue 158 id="ComposableNaming" 159 message="Composable functions that return Unit should start with an uppercase letter" 160 errorLine1=" private fun swipeToRevealCard(" 161 errorLine2=" ~~~~~~~~~~~~~~~~~"> 162 <location 163 file="src/androidTest/kotlin/androidx/wear/compose/material/SwipeToRevealScreenshotTest.kt"/> 164 </issue> 165 166 <issue 167 id="ComposableNaming" 168 message="Composable functions that return Unit should start with an uppercase letter" 169 errorLine1=" private fun swipeToRevealChip(" 170 errorLine2=" ~~~~~~~~~~~~~~~~~"> 171 <location 172 file="src/androidTest/kotlin/androidx/wear/compose/material/SwipeToRevealScreenshotTest.kt"/> 173 </issue> 174 175 <issue 176 id="ComposableNaming" 177 message="Composable functions that return Unit should start with an uppercase letter" 178 errorLine1=" private fun swipeToRevealChipDefault(" 179 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~"> 180 <location 181 file="src/androidTest/kotlin/androidx/wear/compose/material/SwipeToRevealTest.kt"/> 182 </issue> 183 184 <issue 185 id="ComposableNaming" 186 message="Composable functions that return Unit should start with an uppercase letter" 187 errorLine1=" private fun swipeToRevealCardDefault(" 188 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~"> 189 <location 190 file="src/androidTest/kotlin/androidx/wear/compose/material/SwipeToRevealTest.kt"/> 191 </issue> 192 193 <issue 194 id="ComposableNaming" 195 message="Composable functions that return Unit should start with an uppercase letter" 196 errorLine1=" private fun createPrimaryAction(" 197 errorLine2=" ~~~~~~~~~~~~~~~~~~~"> 198 <location 199 file="src/androidTest/kotlin/androidx/wear/compose/material/SwipeToRevealTest.kt"/> 200 </issue> 201 202 <issue 203 id="ComposableNaming" 204 message="Composable functions that return Unit should start with an uppercase letter" 205 errorLine1=" private fun createSecondaryAction(" 206 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~"> 207 <location 208 file="src/androidTest/kotlin/androidx/wear/compose/material/SwipeToRevealTest.kt"/> 209 </issue> 210 211 <issue 212 id="ComposableNaming" 213 message="Composable functions that return Unit should start with an uppercase letter" 214 errorLine1=" private fun createUndoAction(" 215 errorLine2=" ~~~~~~~~~~~~~~~~"> 216 <location 217 file="src/androidTest/kotlin/androidx/wear/compose/material/SwipeToRevealTest.kt"/> 218 </issue> 219 220 <issue 221 id="ComposableNaming" 222 message="Composable functions that return Unit should start with an uppercase letter" 223 errorLine1=" private fun createContent(modifier: Modifier = Modifier) =" 224 errorLine2=" ~~~~~~~~~~~~~"> 225 <location 226 file="src/androidTest/kotlin/androidx/wear/compose/material/SwipeToRevealTest.kt"/> 227 </issue> 228 229 <issue 230 id="ComposableNaming" 231 message="Composable functions that return Unit should start with an uppercase letter" 232 errorLine1=" private fun sampleToggleChip(" 233 errorLine2=" ~~~~~~~~~~~~~~~~"> 234 <location 235 file="src/androidTest/kotlin/androidx/wear/compose/material/ToggleChipScreenshotTest.kt"/> 236 </issue> 237 238 <issue 239 id="ComposableNaming" 240 message="Composable functions that return Unit should start with an uppercase letter" 241 errorLine1=" private fun sampleSplitToggleChip(" 242 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~"> 243 <location 244 file="src/androidTest/kotlin/androidx/wear/compose/material/ToggleChipScreenshotTest.kt"/> 245 </issue> 246 247 <issue 248 id="CoroutineCreationDuringComposition" 249 message="Calls to launch should happen inside a LaunchedEffect and not composition" 250 errorLine1=" coroutineScope.launch { revealState.animateTo(RevealValue.RightRevealed) }" 251 errorLine2=" ~~~~~~"> 252 <location 253 file="src/androidTest/kotlin/androidx/wear/compose/material/SwipeToRevealScreenshotTest.kt"/> 254 </issue> 255 256 <issue 257 id="CoroutineCreationDuringComposition" 258 message="Calls to launch should happen inside a LaunchedEffect and not composition" 259 errorLine1=" coroutineScope.launch { revealState.animateTo(RevealValue.RightRevealed) }" 260 errorLine2=" ~~~~~~"> 261 <location 262 file="src/androidTest/kotlin/androidx/wear/compose/material/SwipeToRevealScreenshotTest.kt"/> 263 </issue> 264 265 <issue 266 id="ModifierFactoryExtensionFunction" 267 message="Modifier factory functions should be extensions on Modifier" 268 errorLine1=" private fun testBackgroundModifier(): Modifier =" 269 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~"> 270 <location 271 file="src/androidTest/kotlin/androidx/wear/compose/material/ToggleControlScreenshotTest.kt"/> 272 </issue> 273 274 <issue 275 id="ModifierParameter" 276 message="Modifier parameter should be the first optional parameter" 277 errorLine1="fun TestImage(iconLabel: String = "TestIcon", modifier: Modifier = Modifier) {" 278 errorLine2=" ~~~~~~~~"> 279 <location 280 file="src/androidTest/kotlin/androidx/wear/compose/material/MaterialTest.kt"/> 281 </issue> 282 283 <issue 284 id="ModifierParameter" 285 message="Modifier parameter should be the first optional parameter" 286 errorLine1=" modifier: Modifier = Modifier," 287 errorLine2=" ~~~~~~~~"> 288 <location 289 file="src/androidTest/kotlin/androidx/wear/compose/material/SwipeToRevealTest.kt"/> 290 </issue> 291 292 <issue 293 id="ModifierParameter" 294 message="Modifier parameter should be the first optional parameter" 295 errorLine1=" modifier: Modifier = Modifier," 296 errorLine2=" ~~~~~~~~"> 297 <location 298 file="src/androidTest/kotlin/androidx/wear/compose/material/SwipeToRevealTest.kt"/> 299 </issue> 300 301 <issue 302 id="ModifierParameter" 303 message="Modifier parameter should be the first optional parameter" 304 errorLine1=" modifier: Modifier = Modifier," 305 errorLine2=" ~~~~~~~~"> 306 <location 307 file="src/androidTest/kotlin/androidx/wear/compose/material/SwipeToRevealTest.kt"/> 308 </issue> 309 310 <issue 311 id="AutoboxingStateValueProperty" 312 message="Assigning `value` will cause an autoboxing operation. Use `longValue` to avoid unnecessary allocations." 313 errorLine1=" frameMillis.value += timeToAdd" 314 errorLine2=" ~~~~~"> 315 <location 316 file="src/androidTest/kotlin/androidx/wear/compose/material/PlaceholderTest.kt"/> 317 </issue> 318 319 <issue 320 id="AutoboxingStateValueProperty" 321 message="Assigning `value` will cause an autoboxing operation. Use `longValue` to avoid unnecessary allocations." 322 errorLine1=" frameMillis.value += PLACEHOLDER_SHIMMER_DURATION_MS" 323 errorLine2=" ~~~~~"> 324 <location 325 file="src/androidTest/kotlin/androidx/wear/compose/material/PlaceholderTest.kt"/> 326 </issue> 327 328 <issue 329 id="AutoboxingStateValueProperty" 330 message="Assigning `value` will cause an autoboxing operation. Use `longValue` to avoid unnecessary allocations." 331 errorLine1=" frameMillis.value = currentTime" 332 errorLine2=" ~~~~~"> 333 <location 334 file="src/androidTest/kotlin/androidx/wear/compose/material/PlaceholderTest.kt"/> 335 </issue> 336 337 <issue 338 id="PrimitiveInCollection" 339 message="constructor FortyFiveDegreeLinearGradient has parameter colors with type List<Color>: replace with LongList" 340 errorLine1=" private val colors: List<Color>," 341 errorLine2=" ~~~~~~~~~~~"> 342 <location 343 file="src/main/java/androidx/wear/compose/material/Card.kt"/> 344 </issue> 345 346 <issue 347 id="PrimitiveInCollection" 348 message="field colors with type List<Color>: replace with LongList" 349 errorLine1=" private val colors: List<Color>," 350 errorLine2=" ~~~~~~~~~~~"> 351 <location 352 file="src/main/java/androidx/wear/compose/material/Card.kt"/> 353 </issue> 354 355 <issue 356 id="PrimitiveInCollection" 357 message="constructor FortyFiveDegreeLinearGradient has parameter stops with type List<Float>: replace with FloatList" 358 errorLine1=" private val stops: List<Float>? = null," 359 errorLine2=" ~~~~~~~~~~~~"> 360 <location 361 file="src/main/java/androidx/wear/compose/material/Card.kt"/> 362 </issue> 363 364 <issue 365 id="PrimitiveInCollection" 366 message="field stops with type List<Float>: replace with FloatList" 367 errorLine1=" private val stops: List<Float>? = null," 368 errorLine2=" ~~~~~~~~~~~~"> 369 <location 370 file="src/main/java/androidx/wear/compose/material/Card.kt"/> 371 </issue> 372 373 <issue 374 id="PrimitiveInCollection" 375 message="variable backgroundColors with type List<? extends Color>: replace with LongList" 376 errorLine1=" val backgroundColors: List<Color>" 377 errorLine2=" ~~~~~~~~~~~"> 378 <location 379 file="src/main/java/androidx/wear/compose/material/Chip.kt"/> 380 </issue> 381 382 <issue 383 id="PrimitiveInCollection" 384 message="variable disabledBackgroundColors with type List<? extends Color>: replace with LongList" 385 errorLine1=" val disabledBackgroundColors: List<Color>" 386 errorLine2=" ~~~~~~~~~~~"> 387 <location 388 file="src/main/java/androidx/wear/compose/material/Chip.kt"/> 389 </issue> 390 391 <issue 392 id="PrimitiveInCollection" 393 message="method setAnchors$compose_material has parameter anchors with type Map<Float, ? extends T>: replace with FloatObjectMap" 394 errorLine1=" internal var anchors by mutableStateOf(emptyMap<Float, T>())" 395 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 396 <location 397 file="src/main/java/androidx/wear/compose/material/Swipeable.kt"/> 398 </issue> 399 400 <issue 401 id="PrimitiveInCollection" 402 message="return type Map<Float, T> of getAnchors$compose_material: replace with FloatObjectMap" 403 errorLine1=" internal var anchors by mutableStateOf(emptyMap<Float, T>())" 404 errorLine2=" ~~~~~~~"> 405 <location 406 file="src/main/java/androidx/wear/compose/material/Swipeable.kt"/> 407 </issue> 408 409 <issue 410 id="PrimitiveInCollection" 411 message="method ensureInit$compose_material has parameter newAnchors with type Map<Float, ? extends T>: replace with FloatObjectMap" 412 errorLine1=" internal fun ensureInit(newAnchors: Map<Float, T>) {" 413 errorLine2=" ~~~~~~~~~~~~~"> 414 <location 415 file="src/main/java/androidx/wear/compose/material/Swipeable.kt"/> 416 </issue> 417 418 <issue 419 id="PrimitiveInCollection" 420 message="method processNewAnchors$compose_material has parameter newAnchors with type Map<Float, ? extends T>: replace with FloatObjectMap" 421 errorLine1=" internal suspend fun processNewAnchors(oldAnchors: Map<Float, T>, newAnchors: Map<Float, T>) {" 422 errorLine2=" ~~~~~~~~~~~~~"> 423 <location 424 file="src/main/java/androidx/wear/compose/material/Swipeable.kt"/> 425 </issue> 426 427 <issue 428 id="PrimitiveInCollection" 429 message="method processNewAnchors$compose_material has parameter oldAnchors with type Map<Float, ? extends T>: replace with FloatObjectMap" 430 errorLine1=" internal suspend fun processNewAnchors(oldAnchors: Map<Float, T>, newAnchors: Map<Float, T>) {" 431 errorLine2=" ~~~~~~~~~~~~~"> 432 <location 433 file="src/main/java/androidx/wear/compose/material/Swipeable.kt"/> 434 </issue> 435 436 <issue 437 id="PrimitiveInCollection" 438 message="variable bounds with type List<? extends Float>: replace with FloatList" 439 errorLine1=" val bounds = findBounds(offset.value, anchors.keys)" 440 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 441 <location 442 file="src/main/java/androidx/wear/compose/material/Swipeable.kt"/> 443 </issue> 444 445 <issue 446 id="PrimitiveInCollection" 447 message="method swipeable has parameter anchors with type Map<Float, ? extends T>: replace with FloatObjectMap" 448 errorLine1=" anchors: Map<Float, T>," 449 errorLine2=" ~~~~~~~~~~~~~"> 450 <location 451 file="src/main/java/androidx/wear/compose/material/Swipeable.kt"/> 452 </issue> 453 454 <issue 455 id="PrimitiveInCollection" 456 message="variable oldAnchors with type Map<Float, ? extends T>: replace with FloatObjectMap" 457 errorLine1=" val oldAnchors = state.anchors" 458 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 459 <location 460 file="src/main/java/androidx/wear/compose/material/Swipeable.kt"/> 461 </issue> 462 463 <issue 464 id="PrimitiveInCollection" 465 message="method findBounds has parameter anchors with type Set<Float>: replace with FloatSet" 466 errorLine1="private fun findBounds(offset: Float, anchors: Set<Float>): List<Float> {" 467 errorLine2=" ~~~~~~~~~~"> 468 <location 469 file="src/main/java/androidx/wear/compose/material/Swipeable.kt"/> 470 </issue> 471 472 <issue 473 id="PrimitiveInCollection" 474 message="return type List<Float> of findBounds: replace with FloatList" 475 errorLine1="private fun findBounds(offset: Float, anchors: Set<Float>): List<Float> {" 476 errorLine2=" ~~~~~~~~~~~"> 477 <location 478 file="src/main/java/androidx/wear/compose/material/Swipeable.kt"/> 479 </issue> 480 481 <issue 482 id="PrimitiveInCollection" 483 message="method computeTarget has parameter anchors with type Set<Float>: replace with FloatSet" 484 errorLine1=" anchors: Set<Float>," 485 errorLine2=" ~~~~~~~~~~"> 486 <location 487 file="src/main/java/androidx/wear/compose/material/Swipeable.kt"/> 488 </issue> 489 490 <issue 491 id="PrimitiveInCollection" 492 message="variable bounds with type List<? extends Float>: replace with FloatList" 493 errorLine1=" val bounds = findBounds(offset, anchors)" 494 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 495 <location 496 file="src/main/java/androidx/wear/compose/material/Swipeable.kt"/> 497 </issue> 498 499 <issue 500 id="PrimitiveInCollection" 501 message="method getOffset has parameter $this$getOffset with type Map<Float, ? extends T>: replace with FloatObjectMap" 502 errorLine1="private fun <T> Map<Float, T>.getOffset(state: T): Float? {" 503 errorLine2=" ~~~~~~~~~~~~~"> 504 <location 505 file="src/main/java/androidx/wear/compose/material/Swipeable.kt"/> 506 </issue> 507 508 <issue 509 id="PrimitiveInCollection" 510 message="method resistanceConfig has parameter anchors with type Set<Float>: replace with FloatSet" 511 errorLine1=" anchors: Set<Float>," 512 errorLine2=" ~~~~~~~~~~"> 513 <location 514 file="src/main/java/androidx/wear/compose/material/Swipeable.kt"/> 515 </issue> 516 517 <issue 518 id="PrimitiveInCollection" 519 message="variable checkedBackgroundColors with type List<? extends Color>: replace with LongList" 520 errorLine1=" val checkedBackgroundColors: List<Color>" 521 errorLine2=" ~~~~~~~~~~~"> 522 <location 523 file="src/main/java/androidx/wear/compose/material/ToggleChip.kt"/> 524 </issue> 525 526 <issue 527 id="PrimitiveInCollection" 528 message="variable disabledCheckedBackgroundColors with type List<? extends Color>: replace with LongList" 529 errorLine1=" val disabledCheckedBackgroundColors: List<Color>" 530 errorLine2=" ~~~~~~~~~~~"> 531 <location 532 file="src/main/java/androidx/wear/compose/material/ToggleChip.kt"/> 533 </issue> 534 535 <issue 536 id="PrimitiveInCollection" 537 message="variable uncheckedBackgroundColors with type List<? extends Color>: replace with LongList" 538 errorLine1=" val uncheckedBackgroundColors: List<Color>" 539 errorLine2=" ~~~~~~~~~~~"> 540 <location 541 file="src/main/java/androidx/wear/compose/material/ToggleChip.kt"/> 542 </issue> 543 544 <issue 545 id="PrimitiveInCollection" 546 message="variable disabledUncheckedBackgroundColors with type List<? extends Color>: replace with LongList" 547 errorLine1=" val disabledUncheckedBackgroundColors: List<Color>" 548 errorLine2=" ~~~~~~~~~~~"> 549 <location 550 file="src/main/java/androidx/wear/compose/material/ToggleChip.kt"/> 551 </issue> 552 553</issues> 554