blob: 6525b3f11c7dc934245d022f1c5c6970c51b826b [file] [log] [blame]
Nan Zhang3ac47562018-06-22 10:47:56 -07001// Copyright 2018 Google Inc. All rights reserved.
2//
3// Licensed under the Apache License, Version 2.0 (the "License");
4// you may not use this file except in compliance with the License.
5// You may obtain a copy of the License at
6//
7// http://www.apache.org/licenses/LICENSE-2.0
8//
9// Unless required by applicable law or agreed to in writing, software
10// distributed under the License is distributed on an "AS IS" BASIS,
11// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12// See the License for the specific language governing permissions and
13// limitations under the License.
14
Colin Cross635b3032019-07-24 12:22:02 -070015java_import_host {
16 name: "dokka-jar",
Tiem Song919bebc2019-04-26 13:38:24 -070017 jars: ["maven/org/jetbrains/dokka/dokka-fatjar/0.9.17-g002/dokka-fatjar-0.9.17-g002.jar"],
Colin Cross635b3032019-07-24 12:22:02 -070018}
19
20java_binary_host {
21 name: "dokka",
22 static_libs: ["dokka-jar"],
23 main_class: "org.jetbrains.dokka.MainKt",
Nan Zhang3ac47562018-06-22 10:47:56 -070024}