Aldo WachyudiforAldo Wachyudi's blogaldok.hashnode.net·Oct 8, 2022How to access projects in multimodule Gradle project?In a multimodule Gradle project, you're likely to have.. many modules. Each module can have other modules as dependencies. dependencies { implementation(project(":feature:feature-payment")) implementation(project(":lib:crypto")) implement...Discuss·2 likes·554 readsmodularization
Joe RoskopfforJoe's Android Blogjoer.hashnode.net·Apr 11, 2023Custom Gradle File Names In ModulesIf you're working on an Android project with multiple modules, you're probably familiar with the default build.gradle(.kts) file name for new modules. If you open the Now In Android project and search for build.gradle.kts, every module inside of the ...DiscussAndroid
Joe RoskopfforJoe's Android Blogjoer.hashnode.net·Apr 11, 2023Custom Gradle File Names In ModulesIf you're working on an Android project with multiple modules, you're probably familiar with the default build.gradle(.kts) file name for new modules. If you open the Now In Android project and search for build.gradle.kts, every module inside of the ...DiscussAndroid
Aldo WachyudiforAldo Wachyudi's blogaldok.hashnode.net·Oct 8, 2022How to access projects in multimodule Gradle project?In a multimodule Gradle project, you're likely to have.. many modules. Each module can have other modules as dependencies. dependencies { implementation(project(":feature:feature-payment")) implementation(project(":lib:crypto")) implement...Discuss·2 likes·554 readsmodularization