'In Gradle Composite Build, can I include
Possible duplicate of How to include Gradle subproject into composite build?
I have a project like this:
parent/
examples/
some-example/
build.gradle.kts
settings.gradle.kts
some-module-1/
some-module-2/
build.gradle.kts
settings.gradle.kts
When some-example is an included build, is it possible to reference some-module-1 from some-example?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
