You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Step 'ktlint' found problem in'src/main/java/Screen.kt':
Error on line: 12, column: 18
rule: compose:naming-check
Composable functions that return Unit should start with an uppercase letter.
They are considered declarative entities that can be either present or absent in a composition and therefore follow the naming rules for classes.
To Reproduce
Try with the sample above.
Expected behavior
No warning thrown like in AS
The text was updated successfully, but these errors were encountered:
Describe the bug
Code sample:
run ktlint check:
To Reproduce
Try with the sample above.
Expected behavior
No warning thrown like in AS
The text was updated successfully, but these errors were encountered: