Packages

p

mill

kotlinlib

package kotlinlib

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. kotlinlib
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package android
  2. package detekt
  3. package js
  4. package kover
  5. package ktfmt
  6. package ktlint

Type Members

  1. type Dep = scalalib.Dep
  2. implicit class DepSyntax extends AnyRef
  3. trait KotlinMavenModule extends BaseClass with KotlinModule with MavenModule

    A KotlinModule with a Maven compatible directory layout.

  4. trait KotlinModule extends BaseClass with JavaModule
  5. trait KotlinWorkerManager extends AnyRef
  6. class KotlinWorkerManagerImpl extends KotlinWorkerManager with AutoCloseable
  7. trait KotlinWorkerModule extends BaseClass with define.Module
  8. trait PlatformKotlinModule extends BaseClass with PlatformModuleBase with KotlinModule

    A KotlinModule intended for defining .jvm/.js/etc.

    A KotlinModule intended for defining .jvm/.js/etc. submodules It supports additional source directories per platform, e.g. src-jvm/ or src-js/.

    Adjusts the millSourcePath and artifactNameParts to ignore the last path segment, which is assumed to be the name of the platform the module is built against and not something that should affect the filesystem path or artifact name

  9. type PublishModule = scalalib.PublishModule
  10. type TestModule = scalalib.TestModule

Value Members

  1. val Dep: scalalib.Dep.type
  2. val PublishModule: scalalib.PublishModule.type
  3. val TestModule: scalalib.TestModule.type
  4. object KotlinWorkerModule extends ExternalModule with KotlinWorkerModule
  5. object Versions

Inherited from AnyRef

Inherited from Any

Ungrouped