| <?xml version="1.0" encoding="UTF-8"?> |
| <issues format="6" by="lint 7.2.0-dev" type="baseline" client="gradle" dependencies="true" name="AGP (7.2.0-dev)" variant="all" version="7.2.0-dev"> |
| |
| <issue |
| id="UnknownNullness" |
| message="Should explicitly declare type here since implicit type does not specify nullness" |
| errorLine1=" internal val currentRecomposeScope: RecomposeScopeImpl?" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/commonMain/kotlin/androidx/compose/runtime/Composer.kt" |
| line="1788" |
| column="18"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Should explicitly declare type here since implicit type does not specify nullness" |
| errorLine1=" internal override val recomposeCoroutineContext: CoroutineContext" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/commonMain/kotlin/androidx/compose/runtime/Recomposer.kt" |
| line="179" |
| column="27"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Should explicitly declare type here since implicit type does not specify nullness" |
| errorLine1=" fun get(index: Int) = (currentSlot + index).let { slotIndex ->" |
| errorLine2=" ~~~"> |
| <location |
| file="src/commonMain/kotlin/androidx/compose/runtime/SlotTable.kt" |
| line="694" |
| column="9"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Should explicitly declare type here since implicit type does not specify nullness" |
| errorLine1="fun <T> mutableStateListOf(vararg elements: T) =" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/commonMain/kotlin/androidx/compose/runtime/SnapshotState.kt" |
| line="233" |
| column="9"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Should explicitly declare type here since implicit type does not specify nullness" |
| errorLine1="fun <T> mutableStateListOf(vararg elements: T) =" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/commonMain/kotlin/androidx/compose/runtime/SnapshotState.kt" |
| line="233" |
| column="9"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Should explicitly declare type here since implicit type does not specify nullness" |
| errorLine1="fun <T> mutableStateListOf(vararg elements: T) =" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/commonMain/kotlin/androidx/compose/runtime/SnapshotState.kt" |
| line="233" |
| column="9"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Should explicitly declare type here since implicit type does not specify nullness" |
| errorLine1="fun <T> mutableStateListOf(vararg elements: T) =" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/commonMain/kotlin/androidx/compose/runtime/SnapshotState.kt" |
| line="233" |
| column="9"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Should explicitly declare type here since implicit type does not specify nullness" |
| errorLine1="fun <T> mutableStateListOf(vararg elements: T) =" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/commonMain/kotlin/androidx/compose/runtime/SnapshotState.kt" |
| line="233" |
| column="9"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Should explicitly declare type here since implicit type does not specify nullness" |
| errorLine1="fun <T> Collection<T>.toMutableStateList() = SnapshotStateList<T>().also { it.addAll(this) }" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/commonMain/kotlin/androidx/compose/runtime/SnapshotState.kt" |
| line="240" |
| column="23"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Should explicitly declare type here since implicit type does not specify nullness" |
| errorLine1="fun <T> Collection<T>.toMutableStateList() = SnapshotStateList<T>().also { it.addAll(this) }" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/commonMain/kotlin/androidx/compose/runtime/SnapshotState.kt" |
| line="240" |
| column="23"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Should explicitly declare type here since implicit type does not specify nullness" |
| errorLine1="fun <T> Collection<T>.toMutableStateList() = SnapshotStateList<T>().also { it.addAll(this) }" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/commonMain/kotlin/androidx/compose/runtime/SnapshotState.kt" |
| line="240" |
| column="23"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Should explicitly declare type here since implicit type does not specify nullness" |
| errorLine1="fun <T> Collection<T>.toMutableStateList() = SnapshotStateList<T>().also { it.addAll(this) }" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/commonMain/kotlin/androidx/compose/runtime/SnapshotState.kt" |
| line="240" |
| column="23"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Should explicitly declare type here since implicit type does not specify nullness" |
| errorLine1="fun <T> Collection<T>.toMutableStateList() = SnapshotStateList<T>().also { it.addAll(this) }" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/commonMain/kotlin/androidx/compose/runtime/SnapshotState.kt" |
| line="240" |
| column="23"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Should explicitly declare type here since implicit type does not specify nullness" |
| errorLine1="fun <K, V> mutableStateMapOf(vararg pairs: Pair<K, V>) =" |
| errorLine2=" ~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/commonMain/kotlin/androidx/compose/runtime/SnapshotState.kt" |
| line="262" |
| column="12"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Should explicitly declare type here since implicit type does not specify nullness" |
| errorLine1="fun <K, V> mutableStateMapOf(vararg pairs: Pair<K, V>) =" |
| errorLine2=" ~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/commonMain/kotlin/androidx/compose/runtime/SnapshotState.kt" |
| line="262" |
| column="12"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Should explicitly declare type here since implicit type does not specify nullness" |
| errorLine1="fun <K, V> mutableStateMapOf(vararg pairs: Pair<K, V>) =" |
| errorLine2=" ~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/commonMain/kotlin/androidx/compose/runtime/SnapshotState.kt" |
| line="262" |
| column="12"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Should explicitly declare type here since implicit type does not specify nullness" |
| errorLine1="fun <K, V> mutableStateMapOf(vararg pairs: Pair<K, V>) =" |
| errorLine2=" ~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/commonMain/kotlin/androidx/compose/runtime/SnapshotState.kt" |
| line="262" |
| column="12"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Should explicitly declare type here since implicit type does not specify nullness" |
| errorLine1="fun <K, V> mutableStateMapOf(vararg pairs: Pair<K, V>) =" |
| errorLine2=" ~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/commonMain/kotlin/androidx/compose/runtime/SnapshotState.kt" |
| line="262" |
| column="12"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Should explicitly declare type here since implicit type does not specify nullness" |
| errorLine1="fun <K, V> Iterable<Pair<K, V>>.toMutableStateMap() =" |
| errorLine2=" ~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/commonMain/kotlin/androidx/compose/runtime/SnapshotState.kt" |
| line="270" |
| column="33"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Should explicitly declare type here since implicit type does not specify nullness" |
| errorLine1="fun <K, V> Iterable<Pair<K, V>>.toMutableStateMap() =" |
| errorLine2=" ~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/commonMain/kotlin/androidx/compose/runtime/SnapshotState.kt" |
| line="270" |
| column="33"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Should explicitly declare type here since implicit type does not specify nullness" |
| errorLine1="fun <K, V> Iterable<Pair<K, V>>.toMutableStateMap() =" |
| errorLine2=" ~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/commonMain/kotlin/androidx/compose/runtime/SnapshotState.kt" |
| line="270" |
| column="33"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Should explicitly declare type here since implicit type does not specify nullness" |
| errorLine1="fun <K, V> Iterable<Pair<K, V>>.toMutableStateMap() =" |
| errorLine2=" ~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/commonMain/kotlin/androidx/compose/runtime/SnapshotState.kt" |
| line="270" |
| column="33"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Should explicitly declare type here since implicit type does not specify nullness" |
| errorLine1="fun <K, V> Iterable<Pair<K, V>>.toMutableStateMap() =" |
| errorLine2=" ~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/commonMain/kotlin/androidx/compose/runtime/SnapshotState.kt" |
| line="270" |
| column="33"/> |
| </issue> |
| |
| </issues> |