Skip to content

Instantly share code, notes, and snippets.

@sh3lan93
Created January 2, 2022 22:46
Show Gist options
  • Save sh3lan93/7845a5496b2c79932cd51a62b3e5cb09 to your computer and use it in GitHub Desktop.
Save sh3lan93/7845a5496b2c79932cd51a62b3e5cb09 to your computer and use it in GitHub Desktop.
Accessing projects/modules using projects property when enable type-safe project accessor
dependencies{
implementation(projects.featCart)
implementation(projects.featProducts)
implementation(projects.featAuthentication)
implementation(projects.featAddresses)
implementation(projects.featCheckout)
implementation(projects.featAnalytics)
implementation(projects.featFilterUi)
implementation(projects.featCustomerService)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment