Package 

Interface KotlinAndroidExtension

  • All Implemented Interfaces:

    
    public interface KotlinAndroidExtension
    
                        

    Entry point for Kotlin Android Extensions models. Represents the description of Android only features. Provided by 'kotlin-android-extensions' plugin.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Long getModelVersion() Return a number representing the version of this API.
      abstract String getName() Returns the module (Gradle project) name.
      abstract Boolean getIsExperimental() Indicate the use of experimental features.
      abstract String getDefaultCacheImplementation() Return the default cache implementation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait