Skip to content

Instantly share code, notes, and snippets.

@shivam340
Created March 1, 2020 12:27
Show Gist options
  • Save shivam340/d09df10b7f6e83ec9262ac02c50a541d to your computer and use it in GitHub Desktop.
Save shivam340/d09df10b7f6e83ec9262ac02c50a541d to your computer and use it in GitHub Desktop.
gradle settings file using Kotlin
rootProject.name = "GradleExperiment"
include(":app")
//include(":app", ":mylibrary1", ":mylibrary2", ":mylibrary3", ":mylibrary4")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment