Skip to content

Instantly share code, notes, and snippets.

@trfiladelfo
Forked from circularectangle/settings.gradle
Created June 11, 2018 00:54
Show Gist options
  • Save trfiladelfo/c2120466f222d82517c5c0cc4034f5c5 to your computer and use it in GitHub Desktop.
Save trfiladelfo/c2120466f222d82517c5c0cc4034f5c5 to your computer and use it in GitHub Desktop.
include ':app'
include ':stdlib_kotlin'
project(':stdlib_kotlin').projectDir = new File(settingsDir, './Stdlib_kotlin_android/stdlib_kotlin')
include ':stdlib_android'
project(':stdlib_android').projectDir = new File(settingsDir, './Stdlib_kotlin_android/stdlib_android')
include ':awesome_core'
project(':awesome_core').projectDir = new File(settingsDir, '../../workspace/Awesome_core/lib')
include ':external_module'
project(':external_module').projectDir = new File(settingsDir, '../path_to_sources/External_project/external_module')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment