-
- All Implemented Interfaces:
public interface KotlinAndroidExtensionEntry point for Kotlin Android Extensions models. Represents the description of Android only features. Provided by 'kotlin-android-extensions' plugin.
-
-
Method Summary
Modifier and Type Method Description abstract LonggetModelVersion()Return a number representing the version of this API. abstract StringgetName()Returns the module (Gradle project) name. abstract BooleangetIsExperimental()Indicate the use of experimental features. abstract StringgetDefaultCacheImplementation()Return the default cache implementation. -
-
Method Detail
-
getModelVersion
abstract Long getModelVersion()
Return a number representing the version of this API. Always increasing if changed.
-
getIsExperimental
abstract Boolean getIsExperimental()
Indicate the use of experimental features.
-
getDefaultCacheImplementation
abstract String getDefaultCacheImplementation()
Return the default cache implementation.
-
-
-
-