25 lines
688 B
Plaintext
25 lines
688 B
Plaintext
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
|
|
|
|
additional_languages:
|
|
# Uncomment any additional languages you want supported
|
|
# c
|
|
# dart
|
|
# kotlin
|
|
# python
|
|
|
|
|
|
# Please uncomment an android-SDK platform. Available SDKs are:
|
|
# android_sdk_platform: android-28
|
|
# android_sdk_platform: android-29
|
|
android_sdk_platform: android-30
|
|
# android_sdk_platform: android-31
|
|
# android_sdk_platform: android-32 |