Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 388 Bytes

File metadata and controls

5 lines (3 loc) · 388 Bytes

Multi-module Gradle projects with added source complexities

Using a multi-module Gradle project with subprojects (i.e. IntelliJ modules) that have a single shared source outside the subproject folders, and with other source preprocessing, is a bit of a pain with IntelliJ run-and-debug features.

This is an attempt to explore how best to handle it using the simplest possible inputs.