public interface UnresolvedSwiftPlatform extends FlavorConvertible
SwiftPlatform
. During parsing/configuration only
information about parse-time deps is available. During action graph creation, this can be
resolved to the final SwiftPlatform
.Modifier and Type | Method and Description |
---|---|
Iterable<BuildTarget> |
getParseTimeDeps(TargetConfiguration targetConfiguration)
Returns the parse time deps of this platform.
|
Optional<SwiftPlatform> |
resolve(BuildRuleResolver ruleResolver)
Returns the resolved @{link NdkCxxPlatform}.
|
getFlavor
Iterable<BuildTarget> getParseTimeDeps(TargetConfiguration targetConfiguration)
Optional<SwiftPlatform> resolve(BuildRuleResolver ruleResolver)