-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy path.buckconfig
39 lines (33 loc) · 1.34 KB
/
.buckconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[repositories]
prelude = .
# We want to disable the following values when we don't have open source,
# but our custom config format (yuk) doesn't accept inline comments.
# Therefore, we hide the name of the group when not open source.
[repository_aliases]
[not_repository_aliases] # @oss-enable
config = ovr_config
[buildfile]
[not_buildfile] # @oss-enable
name_v2 = TARGETS.v2,TARGETS,BUCK.v2,BUCK
# Some sort of defaults to make ovrsource macros stop complaining.
[ovrsource]
build_host_compiler = clang
build_host_os = linux
[java]
bootclasspath_8 = fbsource//xplat/third-party/java/jdk8:jce-stub fbsource//xplat/third-party/java/jdk8:jsse-stub fbsource//xplat/third-party/java/jdk8:rt-stub
javacd_dep_files = per_class
source_level = 8
src_roots = /fbandroid/instrumentation_tests/, src, test, java, javatests, src-gen, src-test, tests, javatestgen, testgen
target_level = 8
[kotlin]
enable_incremental_compilation = true
enable_source_only_abi = true
frontend_compiler = defined_by_target
kosabi_standalone = true
kotlin_home = $(config fbsource.repo_relative_path)/xplat/toolchains/android/sdk/third-party/java/kotlin/$(config kotlin.kotlin_version)
kotlin_version = 2.0.20
kotlincd_dep_files = per_class
ksp_version = 1.0.24
min_language_version_for_dcg = 1.9
min_language_version_for_jvm_abi_gen = 1.9
track_class_usage = true