Files
coco 723ce1af5c a
2026-07-03 15:12:48 +08:00

38 lines
1.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 7.1.3" type="baseline" client="gradle" dependencies="false" name="AGP (7.1.3)" variant="all" version="7.1.3">
<issue
id="ComposableNaming"
message="Composable functions that return Unit should start with an uppercase letter"
errorLine1=" fun ParentNode&lt;T>.children("
errorLine2=" ~~~~~~~~">
<location
file="src/main/kotlin/com/bumble/appyx/core/composable/Children.kt"
line="90"
column="23"/>
</issue>
<issue
id="ComposableNaming"
message="Composable functions that return Unit should start with an uppercase letter"
errorLine1=" fun ParentNode&lt;T>.children("
errorLine2=" ~~~~~~~~">
<location
file="src/main/kotlin/com/bumble/appyx/core/composable/Children.kt"
line="102"
column="23"/>
</issue>
<issue
id="ComposableNaming"
message="Composable functions that return Unit should start with an uppercase letter"
errorLine1=" private fun ParentNode&lt;T>._children("
errorLine2=" ~~~~~~~~~">
<location
file="src/main/kotlin/com/bumble/appyx/core/composable/Children.kt"
line="118"
column="31"/>
</issue>
</issues>