Skip to content

Instantly share code, notes, and snippets.

@nrohmen
Created May 15, 2019 08:05
Show Gist options
  • Save nrohmen/654c184b58ffda35415c7caf40cd4b60 to your computer and use it in GitHub Desktop.
Save nrohmen/654c184b58ffda35415c7caf40cd4b60 to your computer and use it in GitHub Desktop.
playing kotlin dsl
// before
include ':app'
// after
include(":app")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment