Stay organized with collections
Save and categorize content based on your preferences.
SingleVariant
interface SingleVariant : PublishingOptions
Single variant publishing options.
Summary
Inherited functions |
From class com.android.build.api.dsl.PublishingOptions
Unit |
Publish javadoc jar generated from java & kotlin source as a secondary artifact to a Maven repository.
|
Unit |
Publish java & kotlin sources jar as a secondary artifact to a Maven repository.
|
|
Public properties
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# SingleVariant\n=============\n\n\n```\ninterface SingleVariant : PublishingOptions\n```\n\n\u003cbr /\u003e\n\nKnown direct subclasses \n[ApplicationSingleVariant](/reference/tools/gradle-api/7.4/com/android/build/api/dsl/ApplicationSingleVariant), [LibrarySingleVariant](/reference/tools/gradle-api/7.4/com/android/build/api/dsl/LibrarySingleVariant) \n\n|----------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------|\n| [ApplicationSingleVariant](/reference/tools/gradle-api/7.4/com/android/build/api/dsl/ApplicationSingleVariant) | Single variant publishing options for application projects. |\n| [LibrarySingleVariant](/reference/tools/gradle-api/7.4/com/android/build/api/dsl/LibrarySingleVariant) | Single variant publishing options for library projects. |\n\n*** ** * ** ***\n\nSingle variant publishing options.\n\nSummary\n-------\n\n| ### Public properties ||\n|----------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------|\n| [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [variantName](/reference/tools/gradle-api/7.4/com/android/build/api/dsl/SingleVariant#variantName()) |\n\n| ### Inherited functions ||\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| From class [com.android.build.api.dsl.PublishingOptions](/reference/tools/gradle-api/7.4/com/android/build/api/dsl/PublishingOptions) |------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html) | [withJavadocJar](/reference/tools/gradle-api/7.4/com/android/build/api/dsl/PublishingOptions#withJavadocJar())`()` Publish javadoc jar generated from java \\& kotlin source as a secondary artifact to a Maven repository. | | [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html) | [withSourcesJar](/reference/tools/gradle-api/7.4/com/android/build/api/dsl/PublishingOptions#withSourcesJar())`()` Publish java \\& kotlin sources jar as a secondary artifact to a Maven repository. | |\n\nPublic properties\n-----------------\n\n### variantName\n\n```\nval variantName: String\n```"]]