mill.kotlinlib.kapt

Members list

Type members

Classlikes

case class GeneratedKaptSources(java: PathRef, classes: PathRef, stubs: PathRef, incrementalData: PathRef)

Attributes

Source
GeneratedKaptSources.scala
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
trait KaptModule extends KotlinModule

Trait for KAPT (Kotlin annotation processing) modules.

Trait for KAPT (Kotlin annotation processing) modules.

This runs KAPT as a separate generation phase (stubsAndApt) and then delegates to the normal Kotlin/Java compilation pipeline from KotlinModule.

Attributes

Source
KaptModule.scala
Supertypes
trait KotlinModule
trait JavaModule
trait RunModule
trait RunModuleApi
trait BspModule
trait BspModuleApi
trait Module
trait ModuleApi
trait Wrapper
class BaseClass
trait Cacher
trait Cacher
class Object
trait Matchable
class Any
Show all
Known subtypes
trait KaptModule.this.KaptTests
Self type