-
- 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.
-
-
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
isExperimental()
Indicate the use of experimental features. abstract String
getDefaultCacheImplementation()
Return the default cache implementation. -
-
Method Detail
-
getModelVersion
abstract Long getModelVersion()
Return a number representing the version of this API. Always increasing if changed.
-
isExperimental
abstract Boolean isExperimental()
Indicate the use of experimental features.
-
getDefaultCacheImplementation
abstract String getDefaultCacheImplementation()
Return the default cache implementation.
-
-
-
-