@Incubating interface KotlinMultiplatformAndroidTarget : KotlinMultiplatformAndroidExtension
Summary
Public functions |
@Incubating Unit |
Enables compilation of java sources.
|
Inherited properties |
From class com.android.build.api.dsl.KotlinMultiplatformAndroidExtension
AarMetadata |
Options for configuring AAR metadata.
|
String |
Specifies the version of the SDK Build Tools to use when building your project.
|
Int? |
Specifies the API level to compile your project against.
|
Int? |
|
String? |
|
DependencyVariantSelection |
Specifies options for doing variant selection for external Android dependencies based on build types and product flavours
|
MutableMap<String, Any> |
Additional per module experimental properties.
|
Boolean |
Whether core library desugaring is enabled.
|
Lint |
Specifies options for the lint tool.
|
Int? |
The maxSdkVersion, or null if not specified.
|
Int? |
The minimum SDK version.
|
String? |
|
String? |
The namespace of the generated R and BuildConfig classes.
|
KmpOptimization |
Specifies options for the R8/D8 optimization tool.
|
Packaging |
Specifies options and rules that determine which files the Android plugin packages into your APK.
|
TestCoverage |
Configure the gathering of code-coverage from tests.
|
String? |
The namespace used by the android test and unit test components for the generated R and BuildConfig classes.
|
|
Public functions
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 2023-09-07 UTC.