|
404 | 404 | errorLine2=" ~~~~~~~~~~~"> |
405 | 405 | <location |
406 | 406 | file="src/main/AndroidManifest.xml" |
407 | | - line="89" |
| 407 | + line="90" |
408 | 408 | column="6"/> |
409 | 409 | </issue> |
410 | 410 |
|
|
646 | 646 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
647 | 647 | <location |
648 | 648 | file="src/main/kotlin/io/homeassistant/companion/android/settings/SettingsFragment.kt" |
649 | | - line="539" |
| 649 | + line="554" |
650 | 650 | column="17"/> |
651 | 651 | </issue> |
652 | 652 |
|
|
657 | 657 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
658 | 658 | <location |
659 | 659 | file="src/main/kotlin/io/homeassistant/companion/android/settings/SettingsFragment.kt" |
660 | | - line="539" |
| 660 | + line="554" |
661 | 661 | column="17"/> |
662 | 662 | </issue> |
663 | 663 |
|
|
1609 | 1609 | column="14"/> |
1610 | 1610 | </issue> |
1611 | 1611 |
|
| 1612 | + <issue |
| 1613 | + id="ComposeUnstableCollections" |
| 1614 | + message="The Compose Compiler cannot infer the stability of a parameter if a List<Server> is used in it, even if the item type is stable.
You should use Kotlinx Immutable Collections instead: `servers: ImmutableList<Server>` or create an `@Immutable` wrapper for this class: `@Immutable data class ServersList(val items: List<Server>)`
See https://slackhq.github.io/compose-lints/rules/#avoid-using-unstable-collections for more information." |
| 1615 | + errorLine1=" servers: List<Server>," |
| 1616 | + errorLine2=" ~~~~~~~~~~~~"> |
| 1617 | + <location |
| 1618 | + file="src/main/kotlin/io/homeassistant/companion/android/settings/mediacontrol/views/MediaControlSettingsView.kt" |
| 1619 | + line="62" |
| 1620 | + column="14"/> |
| 1621 | + </issue> |
| 1622 | + |
| 1623 | + <issue |
| 1624 | + id="ComposeUnstableCollections" |
| 1625 | + message="The Compose Compiler cannot infer the stability of a parameter if a List<Entity> is used in it, even if the item type is stable.
You should use Kotlinx Immutable Collections instead: `sortedEntities: ImmutableList<Entity>` or create an `@Immutable` wrapper for this class: `@Immutable data class SortedEntitiesList(val items: List<Entity>)`
See https://slackhq.github.io/compose-lints/rules/#avoid-using-unstable-collections for more information." |
| 1626 | + errorLine1=" sortedEntities: List<Entity>," |
| 1627 | + errorLine2=" ~~~~~~~~~~~~"> |
| 1628 | + <location |
| 1629 | + file="src/main/kotlin/io/homeassistant/companion/android/settings/mediacontrol/views/MediaControlSettingsView.kt" |
| 1630 | + line="63" |
| 1631 | + column="21"/> |
| 1632 | + </issue> |
| 1633 | + |
| 1634 | + <issue |
| 1635 | + id="ComposeUnstableCollections" |
| 1636 | + message="The Compose Compiler cannot infer the stability of a parameter if a List<EntityRegistryResponse> is used in it, even if the item type is stable.
You should use Kotlinx Immutable Collections instead: `entityRegistry: ImmutableList<EntityRegistryResponse>` or create an `@Immutable` wrapper for this class: `@Immutable data class EntityRegistryList(val items: List<EntityRegistryResponse>)`
See https://slackhq.github.io/compose-lints/rules/#avoid-using-unstable-collections for more information." |
| 1637 | + errorLine1=" entityRegistry: List<EntityRegistryResponse>," |
| 1638 | + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 1639 | + <location |
| 1640 | + file="src/main/kotlin/io/homeassistant/companion/android/settings/mediacontrol/views/MediaControlSettingsView.kt" |
| 1641 | + line="64" |
| 1642 | + column="21"/> |
| 1643 | + </issue> |
| 1644 | + |
| 1645 | + <issue |
| 1646 | + id="ComposeUnstableCollections" |
| 1647 | + message="The Compose Compiler cannot infer the stability of a parameter if a List<DeviceRegistryResponse> is used in it, even if the item type is stable.
You should use Kotlinx Immutable Collections instead: `deviceRegistry: ImmutableList<DeviceRegistryResponse>` or create an `@Immutable` wrapper for this class: `@Immutable data class DeviceRegistryList(val items: List<DeviceRegistryResponse>)`
See https://slackhq.github.io/compose-lints/rules/#avoid-using-unstable-collections for more information." |
| 1648 | + errorLine1=" deviceRegistry: List<DeviceRegistryResponse>," |
| 1649 | + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 1650 | + <location |
| 1651 | + file="src/main/kotlin/io/homeassistant/companion/android/settings/mediacontrol/views/MediaControlSettingsView.kt" |
| 1652 | + line="65" |
| 1653 | + column="21"/> |
| 1654 | + </issue> |
| 1655 | + |
| 1656 | + <issue |
| 1657 | + id="ComposeUnstableCollections" |
| 1658 | + message="The Compose Compiler cannot infer the stability of a parameter if a List<AreaRegistryResponse> is used in it, even if the item type is stable.
You should use Kotlinx Immutable Collections instead: `areaRegistry: ImmutableList<AreaRegistryResponse>` or create an `@Immutable` wrapper for this class: `@Immutable data class AreaRegistryList(val items: List<AreaRegistryResponse>)`
See https://slackhq.github.io/compose-lints/rules/#avoid-using-unstable-collections for more information." |
| 1659 | + errorLine1=" areaRegistry: List<AreaRegistryResponse>," |
| 1660 | + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 1661 | + <location |
| 1662 | + file="src/main/kotlin/io/homeassistant/companion/android/settings/mediacontrol/views/MediaControlSettingsView.kt" |
| 1663 | + line="66" |
| 1664 | + column="19"/> |
| 1665 | + </issue> |
| 1666 | + |
1612 | 1667 | <issue |
1613 | 1668 | id="ComposeUnstableCollections" |
1614 | 1669 | message="The Compose Compiler cannot infer the stability of a parameter if a List<SensorWithAttributes> is used in it, even if the item type is stable.
You should use Kotlinx Immutable Collections instead: `dbSensor: ImmutableList<SensorWithAttributes>` or create an `@Immutable` wrapper for this class: `@Immutable data class DbSensorList(val items: List<SensorWithAttributes>)`
See https://slackhq.github.io/compose-lints/rules/#avoid-using-unstable-collections for more information." |
|
0 commit comments