browser
Which browser to use for the export step.
Besides potentially affecting the snapshotted output and export times, this can also affect the download size.
Chromium is chosen as a default due to its ubiquity, but Firefox may also be a good choice as its download size is significantly smaller than Chromium's.
A corresponding browser will be downloaded for you the first time an export is run. If you would rather use one installed on your system, setting browserPath will cause the download to be skipped.
Instead of setting this in Gradle, you can also set the system property kobweb.export.browser.type or the environment variable KOBWEB_EXPORT_BROWSER_TYPE (with values Chromium, Firefox, or WebKit). This can be useful if you also set the browser path via its associated environment variable as well.