Home | History | Annotate | Download | only in kotlinc
      1 java_import {
      2     name: "kotlin-annotations",
      3     host_supported: true,
      4     jars: ["lib/annotations-13.0.jar"],
      5     sdk_version: "core_current",
      6 }
      7 
      8 java_import {
      9     name: "kotlin-reflect",
     10     host_supported: true,
     11     jars: ["lib/kotlin-reflect.jar"],
     12     sdk_version: "core_current",
     13 }
     14 
     15 java_import {
     16     name: "kotlin-stdlib",
     17     host_supported: true,
     18     jars: ["lib/kotlin-stdlib.jar"],
     19     sdk_version: "core_current",
     20 }
     21 
     22 java_import {
     23     name: "kotlin-test",
     24     host_supported: true,
     25     jars: [
     26         "lib/kotlin-test.jar",
     27         "lib/kotlin-test-junit.jar",
     28     ],
     29     sdk_version: "core_current",
     30 }
     31