Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 615 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 615 Bytes

three-stripes-comment

Use Android Lint and ktLint(0.48.2) to enforce the use of the adidas Three Stripes /// to write comments in Kotlin instead of the normal double forward slash //.

// This comment is using the double forward slash and is not valid
/// This comment is using the adidas Three Stripes and is valid

These articles have been helpful to get started: