Package org.gradle.language.swift
Interface SwiftSharedLibrary
-
- All Superinterfaces:
Named
,SoftwareComponent
,SwiftBinary
@Incubating public interface SwiftSharedLibrary extends SwiftBinary
A shared library built from Swift source.- Since:
- 4.2
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.gradle.api.Named
Named.Namer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Provider<RegularFile>
getRuntimeFile()
Returns the run-time file for this binary.-
Methods inherited from interface org.gradle.language.swift.SwiftBinary
getCompileModules, getLinkLibraries, getModule, getObjects, getRuntimeLibraries, getSwiftSource, isDebuggable, isTestable
-
-
-
-
Method Detail
-
getRuntimeFile
Provider<RegularFile> getRuntimeFile()
Returns the run-time file for this binary.- Since:
- 4.4
-
-