symbolicLinks

@get:JvmName(name = "getSymbolicLinks")
@set:JvmName(name = "setSymbolicLinks")
var symbolicLinks: Boolean
Symlink support.

Flipped to `true` if the underlying VFS implementation is expected to support virtual links. This flag is typically
set by build tools to indicate that link-based resolution of files will be required for operation. Developers
should not need to adjust this flag manually.

bool symbolic_links = 2;