mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
common: switch to generating icons code at build-time
This commit is contained in:
parent
d4f09b98e4
commit
bfdb86d2e5
21 changed files with 43 additions and 370 deletions
|
@ -11,7 +11,7 @@ spotless {
|
|||
kotlin {
|
||||
ktfmt(KTFMT_VERSION).googleStyle()
|
||||
target("**/*.kt")
|
||||
targetExclude("**/build/")
|
||||
targetExclude("**/build/", "**/gen/")
|
||||
}
|
||||
kotlinGradle {
|
||||
ktfmt(KTFMT_VERSION).googleStyle()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue