Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support applying the plugin to any project in hierarchy (Kotlin#39)
This change removes accesses to the extension via `rootProject`. Instead, we now access the extension wherever it was actually created. This means that when applying the plugin to a project that is not the rootProject, we will use the correct extension instead of looking for it in the rootProject (where it is not). Fixes Kotlin#37
- Loading branch information