Relative Content

Tag Archive for androidbuild.gradlegradle-kotlin-dsl

How to add module using org.gradle.api.Project.projects

On my current Android Project, I have a few modules that can depend on each other. e.g:
:feature:register can depend on :core:data through the build.gradle.kts with the syntax: implementation(project(“:code:data”))