mill.kotlinlib

package mill.kotlinlib

Members list

Type members

Classlikes

implicit class DepSyntax(ctx: StringContext)

Attributes

Source
package.scala
Supertypes
class Object
trait Matchable
class Any

A KotlinModule with a Maven compatible directory layout.

A KotlinModule with a Maven compatible directory layout.

Attributes

Source
KotlinMavenModule.scala
Supertypes
trait MavenModule
trait KotlinModule
trait JavaModule
trait RunModule
trait TaskModule
trait BspModule
trait Module
trait Wrapper
class BaseClass
trait Cacher
trait Cacher
class Object
trait Matchable
class Any
Show all
trait KotlinModule extends JavaModule

Attributes

Source
KotlinModule.scala
Supertypes
trait JavaModule
trait RunModule
trait TaskModule
trait BspModule
trait Module
trait Wrapper
class BaseClass
trait Cacher
trait Cacher
class Object
trait Matchable
class Any
Show all
Known subtypes
Self type

Attributes

Source
KotlinWorkerManager.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class KotlinWorkerManagerImpl(ctx: Ctx) extends KotlinWorkerManager, AutoCloseable

Attributes

Source
KotlinWorkerManagerImpl.scala
Supertypes
trait AutoCloseable
class Object
trait Matchable
class Any
trait KotlinWorkerModule extends Module

Attributes

Companion
object
Source
KotlinWorkerModule.scala
Supertypes
trait Module
trait Wrapper
class BaseClass
trait Cacher
trait Cacher
class Object
trait Matchable
class Any
Show all
Known subtypes

Attributes

Companion
trait
Source
KotlinWorkerModule.scala
Supertypes
class BaseModule
trait Module
trait Wrapper
class BaseClass
trait Cacher
trait Cacher
class Object
trait Matchable
class Any
Show all
Self type

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

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

Attributes

Source
PlatformKotlinModule.scala
Supertypes
trait KotlinModule
trait JavaModule
trait RunModule
trait TaskModule
trait BspModule
trait Module
trait Wrapper
class BaseClass
trait Cacher
trait Cacher
class Object
trait Matchable
class Any
Show all
object Versions

Attributes

Source
Versions.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Versions.type

Types

type Dep = Dep

Attributes

Source
package.scala

Attributes

Source
package.scala

Attributes

Source
package.scala

Value members

Concrete fields

val Dep: Dep.type

Attributes

Source
package.scala

Attributes

Source
package.scala

Attributes

Source
package.scala

Attributes

Source
package.scala

Implicits

Implicits

final implicit def DepSyntax(ctx: StringContext): DepSyntax

Attributes

Source
package.scala