Packages

package ktfmt

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class KtfmtArgs(style: String = "kotlin", format: Boolean = true, removeUnusedImports: Boolean = true) extends Product with Serializable

    Arguments for KtfmtModule.ktfmt.

    Arguments for KtfmtModule.ktfmt.

    style

    formatting style to apply, can be either "kotlin", "meta" or "google". Default is "kotlin".

    format

    if auto-formatting should be done. Default is "true"

    removeUnusedImports

    flag to remove unused imports if auto-formatting is applied. Default is "true".

    Annotations
    @main()
  2. trait KtfmtBaseModule extends BaseClass with JavaModule
  3. trait KtfmtModule extends BaseClass with KtfmtBaseModule

    Performs formatting checks on Kotlin source files using Ktfmt.

Value Members

  1. object KtfmtArgs extends Serializable
  2. object KtfmtModule extends ExternalModule with KtfmtBaseModule with TaskModule

Ungrouped