Created
October 4, 2019 01:07
-
-
Save amadeu01/315d6d7874f31814b902876199f8089c to your computer and use it in GitHub Desktop.
spotless setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
spotless { | |
kotlin { | |
ktlint("$ktlint_version") | |
licenseHeader '/* Licensed under MIT */' | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment