AndroidComponents
interface AndroidComponents
AndroidComponentsExtension | 
                
                   Generic extension for Android Gradle Plugin related components.  | 
              
KotlinMultiplatformAndroidComponentsExtension | 
                
                   Components extension for KMP Android Gradle Plugin related components.  | 
              
ApplicationAndroidComponentsExtension | 
                
                   Extension for the Android Application Gradle Plugin components.  | 
              
DynamicFeatureAndroidComponentsExtension | 
                
                   Extension for the Android Dynamic Feature Gradle Plugin components.  | 
              
LibraryAndroidComponentsExtension | 
                
                   Extension for the Android Library Gradle Plugin components.  | 
              
TestAndroidComponentsExtension | 
                
                   Extension for the Android Test Gradle Plugin components.  | 
              
Summary
Public properties | 
          |
|---|---|
AndroidPluginVersion | 
            
              
               The version of the Android Gradle Plugin currently in use.  | 
          
SdkComponents | 
            
              
               Provides access to underlying Android SDK and build-tools components like adb.  | 
          
Public properties
pluginVersion
val pluginVersion: AndroidPluginVersion
The version of the Android Gradle Plugin currently in use.
sdkComponents
val sdkComponents: SdkComponents
Provides access to underlying Android SDK and build-tools components like adb.
| Returns | |
|---|---|
SdkComponents | 
              
                 
  |