Skip to content

Instantly share code, notes, and snippets.

@xinthink
Created November 15, 2017 01:42
Show Gist options
  • Save xinthink/4b04c489db2dbc1909ab0bd86596262c to your computer and use it in GitHub Desktop.
Save xinthink/4b04c489db2dbc1909ab0bd86596262c to your computer and use it in GitHub Desktop.
Hook dependencies extension to ExtraProperties
val ExtraPropertiesExtension.deps: DependencyGroup
get() =
if (has("deps")) this["deps"] as DependencyGroup
else DependencyGroup().apply {
this@deps["deps"] = this
}
@xinthink
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment