toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.language.swift
/
SwiftPlatform
Swift
Platform
API
interface
SwiftPlatform
(
source
)
A target platform for building Swift binaries.
Since
5.2
Members
Functions
get
Source
Compatibility
Link copied to clipboard
API
abstract
fun
getSourceCompatibility
(
)
:
SwiftVersion
Returns the Swift language level to use to compile the source files.
get
Target
Machine
Link copied to clipboard
API
abstract
fun
getTargetMachine
(
)
:
TargetMachine
Returns the target machine for this platform.