File: settings.gradle

package info (click to toggle)
android-platform-libcore 10.0.0%2Br36-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 85,484 kB
  • sloc: java: 846,430; ansic: 12,234; cpp: 10,616; xml: 1,581; python: 920; sh: 349; makefile: 9
file content (5 lines) | stat: -rw-r--r-- 85 bytes parent folder | download | duplicates (2)
1
2
3
4
5
include 'json'

rootProject.children.each {
  it.projectDir = file("../${it.name}")
}