package kotlinlib
- Source
- package.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- kotlinlib
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Package Members
Type Members
- type Dep = scalalib.Dep
- implicit class DepSyntax extends AnyRef
- trait KotlinMavenModule extends BaseClass with KotlinModule with MavenModule
A KotlinModule with a Maven compatible directory layout.
- trait KotlinModule extends BaseClass with JavaModule
- trait KotlinWorkerManager extends AnyRef
- class KotlinWorkerManagerImpl extends KotlinWorkerManager with AutoCloseable
- trait KotlinWorkerModule extends BaseClass with define.Module
- 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/
orsrc-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
- type PublishModule = scalalib.PublishModule
- type TestModule = scalalib.TestModule
Value Members
- val Dep: scalalib.Dep.type
- val PublishModule: scalalib.PublishModule.type
- val TestModule: scalalib.TestModule.type
- object KotlinWorkerModule extends ExternalModule with KotlinWorkerModule
- object Versions