You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

settings.gradle 126B

1234567
  1. include 'api'
  2. // Include all bundles
  3. new File(rootDir, 'bundles').eachDir() { File dir ->
  4. include 'bundles:' + dir.name
  5. }