I achieved that for synthetic properties: ``` plug...
# gradle
p
I achieved that for synthetic properties:
Copy code
plugins.withId("kotlin-android-extensions") {
    androidExtensions {
      experimental = true
      defaultCacheImplementation = "SPARSE_ARRAY"
    }
  }