Interface SwiftLibraryBuildModel

All Superinterfaces:
org.gradle.features.binding.BuildModel
All Known Implementing Classes:
DefaultSwiftLibraryBuildModel

public interface SwiftLibraryBuildModel extends org.gradle.features.binding.BuildModel
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.gradle.features.binding.BuildModel

    org.gradle.features.binding.BuildModel.None
  • Method Summary

    Modifier and Type
    Method
    Description
    org.gradle.language.swift.SwiftLibrary
     
  • Method Details

    • getSwiftLibrary

      org.gradle.language.swift.SwiftLibrary getSwiftLibrary()