Created
January 2, 2022 22:46
-
-
Save sh3lan93/7845a5496b2c79932cd51a62b3e5cb09 to your computer and use it in GitHub Desktop.
Accessing projects/modules using projects property when enable type-safe project accessor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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