File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,12 @@ Looking for a sample that has the following features?
84
84
* [ Jetnews - Window Size Classes] ( https://github.com/android/compose-samples/blob/69e9d862b5ffb321064364d7883e859db6daeccd/JetNews/app/src/main/java/com/example/jetnews/ui/MainActivity.kt#L36 )
85
85
* [ Crane - Window Size Classes] ( https://github.com/android/compose-samples/blob/e7e8733f9b37d80cdc6e9e05dbabe24ccf20b38f/Crane/app/src/main/java/androidx/compose/samples/crane/home/MainActivity.kt#L72 )
86
86
87
+ ## Formatting
88
+
89
+ To automatically format all samples: Run ` ./scripts/format.sh `
90
+ To check one sample for errors: Navigate to the sample folder and run ` ./gradlew --init-script buildscripts/init.gradle.kts spotlessCheck `
91
+ To format one sample: Navigate to the sample folder and run ` ./gradlew --init-script buildscripts/init.gradle.kts spotlessApply `
92
+
87
93
## Updates
88
94
89
95
To update dependencies to their new stable versions, run:
You can’t perform that action at this time.
0 commit comments