Package-level declarations

Built-in tool chain support.

Types

Link copied to clipboard
@NullMarked
abstract class ClangCompilerPlugin : Plugin<T>
A Plugin which makes the Clang compiler available for compiling C/C++ code.
Link copied to clipboard
@NullMarked
abstract class GccCompilerPlugin : Plugin<T>
A Plugin which makes the GNU GCC/G++ compiler available for compiling C/C++ code.
Link copied to clipboard
A Plugin which makes the Microsoft Visual C++ compiler available to compile C/C++ code.
Link copied to clipboard
@NullMarked
abstract class SwiftCompilerPlugin : Plugin<T>
A Plugin which makes the Swiftc compiler available for compiling Swift code.