Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 509 Bytes

File metadata and controls

22 lines (13 loc) · 509 Bytes

kotlin-companion-object-formatter

CircleCI

Purpose

Move your companion object declarations from class top to bottom (after functions and above class and interface declarations) in your kotlin projects.

How to run

Compile and build

./gradlew jar

Run

./outputJar <path to your sources (directory or kt file)>