GeneratedKSPSources

mill.kotlinlib.ksp.GeneratedKSPSources
See theGeneratedKSPSources companion object
case class GeneratedKSPSources(java: PathRef, kotlin: PathRef, resources: PathRef, classes: PathRef)

Attributes

Companion
object
Source
KspModule.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def sources: Seq[PathRef]

Attributes

Source
KspModule.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product