You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
617 B

java_import {
name: "kotlin-annotations",
host_supported: true,
jars: ["lib/annotations-13.0.jar"],
sdk_version: "core_current",
}
java_import {
name: "kotlin-reflect",
host_supported: true,
jars: ["lib/kotlin-reflect.jar"],
sdk_version: "core_current",
}
java_import {
name: "kotlin-stdlib",
host_supported: true,
jars: ["lib/kotlin-stdlib.jar"],
sdk_version: "core_current",
}
java_import {
name: "kotlin-test",
host_supported: true,
jars: [
"lib/kotlin-test.jar",
"lib/kotlin-test-junit.jar",
],
sdk_version: "core_current",
}