Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 393 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 393 Bytes

Resquare

Resquare is a UI library for Kotlin spigot plugin.

Check our document here: https://resquare.reactant.dev/docs/introduction

Contribute

ktlint

ktlint is a linter for kotlin, before you create a merge request, make sure you have check your code style with gradle ktlintCheck

It is also suggested running gradle ktlintApplyToIdea to align your IDEA style with ktlint.