blob: 83a76071f70b3b39e7e50e984c1155c65b02664d [file] [log] [blame]
Leopold Schabelede8a802020-12-11 14:53:50 +01001directories:
2 # Add the directories you want added as source here
3 # By default, we've added your entire workspace ('.')
4 .
5
6# Automatically includes all relevant targets under the 'directories' above
7derive_targets_from_directories: false
8
9targets:
10 # If source code isn't resolving, add additional targets that compile it here
11 //...
12
13additional_languages:
14 # Uncomment any additional languages you want supported
15 # android
16 # dart
17 go
18 # javascript
19 # kotlin
20 # python
21 # scala
22 # typescript