Interface PlatformAwareComponentSpec

All Superinterfaces:
ComponentSpec, ModelElement, Named, VariantComponent, VariantComponentSpec
All Known Subinterfaces:
NativeExecutableSpec, NativeLibrarySpec, TargetedNativeComponent

@Incubating @Deprecated public interface PlatformAwareComponentSpec extends VariantComponentSpec
Deprecated.
The Gradle software model is deprecated and will be removed in Gradle 10. Use the new component model (e.g. cpp-application, cpp-library, swift-application, swift-library, xctest) instead.
Defines Platform specific operations for ComponentSpecs
  • Method Details

    • targetPlatform

      void targetPlatform(String targetPlatform)
      Deprecated.
      Specifies a platform that this component should be built be for.