PrecompileSourceInfo

data class PrecompileSourceInfo(val name: String, val path: Path? = null) : Record

Holds information about the source code being precompiled.

Parameters

name

Name of the source code being precompiled.

path

Path to the source code being precompiled.

Constructors

Link copied to clipboard
constructor(name: String, path: Path? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val path: Path? = null