ComposeOptions
interface ComposeOptions
Optional settings for the Compose feature.
Summary
Public properties | 
          |
|---|---|
String? | 
            
              
               Sets the version of the Kotlin Compiler extension for the project or null if using the default one.  | 
          
String? | 
            
              
               This property is deprecated. Android Gradle Plugin will ignore this option and use the kotlin compiler version that is set in the build script.  | 
          
Boolean | 
            
              
               Enables live literals in Compose  | 
          
Public properties
kotlinCompilerExtensionVersion
var kotlinCompilerExtensionVersion: String?
Sets the version of the Kotlin Compiler extension for the project or null if using the default one.
kotlinCompilerVersion
var kotlinCompilerVersion: String?
Sets the version of the Kotlin Compiler used to compile the project or null if using the default one.