Imports

class Imports(codePackageName: String, defaultImports: List<String>)

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
import
Link copied to clipboard
fun import(type: TypeName): String
fun import(type: TypeName, function: String): String
Imports a top level function
toString
Link copied to clipboard
open fun toString(): String

Properties

all
Link copied to clipboard
val all: Set<String>