• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package {
2    default_visibility: [":__subpackages__"],
3    default_applicable_licenses: ["external_kotlinx.metadata_license"],
4}
5
6// Added automatically by a large-scale-change
7// See: http://go/android-license-faq
8license {
9    name: "external_kotlinx.metadata_license",
10    visibility: [":__subpackages__"],
11    license_kinds: [
12        "SPDX-license-identifier-Apache-2.0",
13    ],
14    license_text: [
15        "LICENSE",
16    ],
17}
18
19java_import_host {
20    name: "kotlinx_metadata_jvm",
21    jars: ["kotlinx-metadata-jvm-0.1.0.jar"],
22    visibility: [
23        "//external/dagger2",
24        "//external/kotlinx.atomicfu",
25    ],
26}
27