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
- Host: GitHub
- URL: https://github.com/runningcode/extensions-configuration
- Owner: runningcode
- Created: 2018-11-30T18:10:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-30T18:13:06.000Z (over 7 years ago)
- Last Synced: 2025-02-25T08:15:22.897Z (over 1 year ago)
- Language: Java
- Size: 119 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
}
```