gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
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.