Skip to content

Instantly share code, notes, and snippets.

@yash10019coder
Last active June 15, 2022 20:30
Show Gist options
  • Save yash10019coder/62b545856275f974e70f7c3a81496018 to your computer and use it in GitHub Desktop.
Save yash10019coder/62b545856275f974e70f7c3a81496018 to your computer and use it in GitHub Desktop.
directories:
# Add the directories you want added as source here
# By default, we've added your entire workspace ('.')
.
# Automatically includes all relevant targets under the 'directories' above
#derive_targets_from_directories: true
targets:
# If source code isn't resolving, add additional targets that compile it here
//:oppia
//app
//domain
//utility
//testing
//data
//scripts/...
additional_languages:
# Uncomment any additional languages you want supported
# android
# dart
# go
# javascript
kotlin
# python
# scala
# typescript
@BenHenning
Copy link

Try:

directories:
  # Add the directories you want added as source here
  # By default, we've added your entire workspace ('.')
  .

# Automatically includes all relevant targets under the 'directories' above
derive_targets_from_directories: false

targets:
  # If source code isn't resolving, add additional targets that compile it here
  //:oppia
  //app
  //domain
  //model/...
  //testing
  //utility
  //utility/src/main/...
  //scripts/...

additional_languages:
  # Uncomment any additional languages you want supported
  # c
  # dart
  kotlin
  # python

android_sdk_platform: android-28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment