Add small doc about Konsist
This commit is contained in:
parent
fbd868cf6b
commit
69b823f7f2
1 changed files with 5 additions and 0 deletions
|
|
@ -18,6 +18,7 @@
|
||||||
* [knit](#knit)
|
* [knit](#knit)
|
||||||
* [lint](#lint)
|
* [lint](#lint)
|
||||||
* [Unit tests](#unit-tests)
|
* [Unit tests](#unit-tests)
|
||||||
|
* [konsist](#konsist)
|
||||||
* [Tests](#tests)
|
* [Tests](#tests)
|
||||||
* [Accessibility](#accessibility)
|
* [Accessibility](#accessibility)
|
||||||
* [Jetpack Compose](#jetpack-compose)
|
* [Jetpack Compose](#jetpack-compose)
|
||||||
|
|
@ -156,6 +157,10 @@ Make sure the following commands execute without any error:
|
||||||
./gradlew test
|
./gradlew test
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
#### konsist
|
||||||
|
|
||||||
|
[konsist](https://github.com/LemonAppDev/konsist) is setup in the project to check that the architecture and the naming rules are followed. Konsist tests are classical Unit tests.
|
||||||
|
|
||||||
### Tests
|
### Tests
|
||||||
|
|
||||||
Element X is currently supported on Android Marshmallow (API 23+): please test your change on an Android device (or Android emulator) running with API 23. Many issues can happen (including crashes) on older devices.
|
Element X is currently supported on Android Marshmallow (API 23+): please test your change on an Android device (or Android emulator) running with API 23. Many issues can happen (including crashes) on older devices.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue