Skip to content

santaevpavel/kotlin-companion-object-formatter

Repository files navigation

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)>

About

Move compantion objects to bottom in your project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages