Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 287 Bytes

File metadata and controls

11 lines (7 loc) · 287 Bytes

Contributing

Development

  • Run ./gradlew buildPlugin to build the plugin.
  • Run ./gradlew test to run the tests.
  • Run ./gradlew runIde to run the IDE with the plugin installed.

Code Style

Run ./gradlew ktlintFormat before committing to ensure consistent formatting.