gradle-multi-project-build Questions

2

Solved

I'm setting up a multi-module Gradle project based on Kotlin for the JVM. Since the root project does not contain any code, the Kotlin plugin should only be applied to subprojects. build.gradle.kts...

2

I am trying to learn how to use “platforms” to align dependency versions between projects in a multi-project setup. So far I’ve seen: https://docs.gradle.org/6.2.1/userguide/platforms.html https:...

2

Solved

I have a couple of subprojects that are part of a multi-project build (flat hierarchy). I want to set the name on them to be different than their folder name. However, in include (settings.gradle) ...
Ericaericaceous asked 21/11, 2013 at 17:55

3

Solved

When applying a multi-project Gradle structure to our project, my settings.gradle looks like this: include "source:compA:api" include "source:compA:core" include "source:co...
Pants asked 22/6, 2012 at 7:32
1

© 2022 - 2024 — McMap. All rights reserved.