An open API service indexing awesome lists of open source software.

https://github.com/runningcode/extensions-configuration

Dependencies being resolved at configuration time with the Kotlin Android Extensions Gradle Plugin
https://github.com/runningcode/extensions-configuration

Last synced: 13 days ago
JSON representation

Dependencies being resolved at configuration time with the Kotlin Android Extensions Gradle Plugin

Awesome Lists containing this project

README

          

# Dependencies being resolved at configuration time.

When applying the Kotlin Android Extensions Gradle Plugin, the following configuration block causes dependencies to be resolved at configuration time.

```
androidExtensions {
experimental = true
}
```