ProjectReference

sealed external interface ProjectReference(source)

Properties

Link copied to clipboard
abstract var circular: Boolean?

True if it is intended that this reference form a circularity

Link copied to clipboard
abstract var originalPath: String?

The path as the user originally wrote it

Link copied to clipboard
abstract var path: String

A normalized path on disk

Link copied to clipboard
abstract var prepend: Boolean?

True if the output of this reference should be prepended to the output of this project. Only valid for --outFile compilations