Top "Subproject" questions

Use this tag for questions related to a subproject, i.e. a project within a larger project.

Gradle Could not find method compile() for arguments

i have a hello world full screen android studio 1.5.1 app that i added a gradle/eclipse-mars subproject to. no other …

android gradle android-gradle-plugin subproject
Gradle subproject name different than folder name

I have a couple of subprojects that are part of a multi-project build (flat hierarchy). I want to set the …

gradle directory subproject
How to configure a subproject dependency in Maven without deploying jars?

I googled this and it seems that no one has an answer, yet it seems like such an elementary thing …

maven-2 module subproject
Gradle subproject build dependency

I have a dependency problem and I do not know how to solve it. I have a project A, B …

java gradle dependencies multi-project subproject
Removing subproject commit from github

I have two repositories namely A and B. By mistake I cloned repo B inside A on my machine. I …

git github git-commit subproject
Where to set CMAKE_CONFIGURATION_TYPES in a project with subprojects

Lets say I have a project with two independent subprojects. If I understood cmake correctly, the idea would be to …

cmake subproject
Gradle subproject not included in classpath

We have a set up with 2 project, 1 main and 1 subproject, they are Java projects. They are all under the same …

java gradle subproject
Creating .dll subproject in Visual Studio Code editor

I am going to create a .dll and an .exe using this .dll with C# and .NET. How to create …

c# visual-studio-code project subproject
Inheriting gradle plugin in subprojects

I want to avoid redundancy and therefore I got one "shared" project that contains looks like this: plugins { id "org.…

gradle flyway subproject