Colton Idle
04/20/2020, 4:41 PM> Task :app:compilePaidDebugKotlin
w: /bitrise/src/app/src/rollertoaster/myview/HealthView.kt: (66, 46): No cast needed
w: /bitrise/src/app/src/rollertoaster/myview/HealthView.kt: (97, 44): Parameter 'dialog' is never used, could be renamed to _
w: /bitrise/src/app/src/rollertoaster/myview/HealthView.kt: (174, 40): Parameter 'dialog' is never used, could be renamed to _
w: /bitrise/src/app/src/rollertoaster/myview/HealthView.kt: (416, 21): The expression is unused
w: /bitrise/src/app/src/rollertoaster/myapp/HealthInitializer.kt: (33, 24): Parameter 'context' is never used
w: /bitrise/src/app/src/rollertoaster/myapp/MyDialog.kt: (48, 27): Condition 'response.yours == null' is always 'false'
w: /bitrise/src/app/src/rollertoaster/myapp/MyDialog.kt: (54, 13): Condition 'actions == null' is always 'false'
w: /bitrise/src/app/src/rollertoaster/myapp/MyDialog.kt: (55, 57): Parameter 'w' is never used, could be renamed to _
...
A lot of these warning a so tiny, is there an easy way to just fix all of them, or just prevent them? Not sure why they even show up honestly.Zach Klippenstein (he/him) [MOD]
04/20/2020, 4:51 PMColton Idle
04/21/2020, 12:18 AM