Stay organized with collections
Save and categorize content based on your preferences.
LibrarySingleVariant
interface LibrarySingleVariant : SingleVariant
Single variant publishing options for library projects.
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.
|
|
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.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# LibrarySingleVariant\n====================\n\n\n```\ninterface LibrarySingleVariant : SingleVariant\n```\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nSingle variant publishing options for library projects.\n\nSummary\n-------\n\n| ### Inherited functions ||\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| From class [com.android.build.api.dsl.PublishingOptions](/reference/tools/gradle-api/8.1/com/android/build/api/dsl/PublishingOptions) |------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html) | [withJavadocJar](/reference/tools/gradle-api/8.1/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/8.1/com/android/build/api/dsl/PublishingOptions#withSourcesJar())`()` Publish java \\& kotlin sources jar as a secondary artifact to a Maven repository. | |\n\n| ### Inherited properties ||\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| From class [com.android.build.api.dsl.SingleVariant](/reference/tools/gradle-api/8.1/com/android/build/api/dsl/SingleVariant) |----------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------| | [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [variantName](/reference/tools/gradle-api/8.1/com/android/build/api/dsl/SingleVariant#variantName()) | |"]]