GeneratedKspSources

mill.kotlinlib.ksp.GeneratedKspSources
case class GeneratedKspSources(java: PathRef, kotlin: PathRef, resources: PathRef, classes: PathRef)

Attributes

Source
GeneratedKspSources.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
GeneratedKspSources.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product