Sign in
bazel
/
bazel
/
2f0f3e1253e1086496d4adf1a136b5473db5a693
/
.
/
third_party
/
kotlin_stdlib
/
BUILD
blob: 1ee5277e13cbb5011cf11037e341b031a6c2cd1a [
file
] [
log
] [
blame
]
package
(
default_visibility
=
[
"//visibility:public"
])
licenses
([
"notice"
])
# Apache License 2.0
exports_files
([
"LICENSE"
])
filegroup
(
name
=
"srcs"
,
srcs
=
glob
([
"**"
]),
)
java_import
(
name
=
"kotlin_stdlib"
,
jars
=
glob
([
"*.jar"
]),
)