LibraryVariant

interface LibraryVariant : Variant, GeneratesAar, HasAndroidTest, HasTestFixtures
com.android.build.api.variant.LibraryVariant

Variant for Library projects

Summary

Inherited functions

Properties

abstract Renderscript?

Variant specific settings for the renderscript compiler.

Inherited properties

Properties

renderscript

abstract val renderscript: Renderscript?

Variant specific settings for the renderscript compiler. This will return null when com.android.build.api.dsl.BuildFeatures.renderScript is false.