-
run all tests:
./gradlew test -
check code style:
./gradlew spotlessCheck -
check ABI:
./gradlew checkLegacyAbi
-
apply formatting:
./gradlew spotlessApply -
update ABI:
./gradlew updateLegacyAbi
-
create html test report:
./gradlew components:test:coverage:koverHtmlReport -
print test coverage:
./gradlew components:test:coverage:koverLog
Build plugin: ./gradlew buildPlugin
Run plugin in IDE sandbox: ./gradlew runIde
Update changelog: ./gradlew tools:idea-plugin:patchChangelog
- Run WASM:
./gradlew tools:compose-app:wasmJsBrowserDevelopmentRun