blob: 5419b19fc57ddb8f28c02728710c6ed48865f266 [file] [log] [blame] [edit]
package {
default_applicable_licenses: [
"external_kotlin_compose_compiler_license",
],
}
java_import_host {
name: "kotlin-compose-compiler-hosted",
jars: ["org/jetbrains/kotlin/kotlin-compose-compiler-plugin/2.1.10/kotlin-compose-compiler-plugin-2.1.10.jar"],
sdk_version: "core_current",
}
java_import_host {
name: "kotlin-compose-compiler-embeddable",
jars: ["org/jetbrains/kotlin/kotlin-compose-compiler-plugin-embeddable/2.1.10/kotlin-compose-compiler-plugin-embeddable-2.1.10.jar"],
sdk_version: "core_current",
}
license {
name: "external_kotlin_compose_compiler_license",
visibility: [":__subpackages__"],
license_kinds: [
"SPDX-license-identifier-Apache-2.0",
],
license_text: [
"LICENSE",
],
}