./gradlew :composeApp:assembleDebug
./gradlew :simplifiedApp:assembleDebug
./gradlew :composeApp:assembleRelease
./gradlew :simplifiedApp:assembleRelease
./gradlew ktfmtFormat
./gradlew lint
We haven't actually analyzed the lint results yet. They need to be fixed / configured.
./gradlew :wsdk:testDebugUnitTest
TODO
./gradlew dokkaHtml
./gradlew copyLicenseReport
which will run
./gradlew licenseReleaseReport
TODO! The copy appears to be broken due to some locked file.
gradle cache?