Skip to content

Contributing

Contributions are more than welcome! If you would like to contribute code to FlowRedux, you can do so through GitHub by forking the repository and sending a pull request.

Ktlint

The project uses Ktlint to make the code base consistent. You can run the formatter by using these commands:

# This runs the formatter
 ./kotlinw scripts/ktlint.main.kts

# This runs the lint checker
 ./kotlinw scripts/ktlint.main.kts --fail-on-changes
The CI runs the check as well.