Created
April 20, 2018 11:30
-
-
Save ryantm/886158de7b36d9a61fcbc13d2638779a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/nix/store/w1k17lqv3cc8sszxnmzg8g6lcc1pxkk8-kotlin-1.2.40 | |
├── bin | |
│ ├── kotlin | |
│ ├── kotlinc | |
│ ├── kotlinc-js | |
│ ├── kotlinc-jvm | |
│ └── kotlin-dce-js | |
├── build.txt | |
├── lib | |
│ ├── allopen-compiler-plugin.jar | |
│ ├── android-extensions-compiler.jar | |
│ ├── android-extensions-runtime.jar | |
│ ├── annotations-13.0.jar | |
│ ├── kotlin-annotation-processing.jar | |
│ ├── kotlin-annotation-processing-runtime.jar | |
│ ├── kotlin-annotations-android.jar | |
│ ├── kotlin-annotations-jvm.jar | |
│ ├── kotlin-annotations-jvm-sources.jar | |
│ ├── kotlin-ant.jar | |
│ ├── kotlin-compiler.jar | |
│ ├── kotlin-daemon-client.jar | |
│ ├── kotlin-jslib.jar | |
│ ├── kotlin-jslib-sources.jar | |
│ ├── kotlin-preloader.jar | |
│ ├── kotlin-reflect.jar | |
│ ├── kotlin-reflect-sources.jar | |
│ ├── kotlin-runner.jar | |
│ ├── kotlin-runtime.jar | |
│ ├── kotlin-runtime-sources.jar | |
│ ├── kotlin-script-runtime.jar | |
│ ├── kotlin-script-runtime-sources.jar | |
│ ├── kotlin-source-sections-compiler-plugin.jar | |
│ ├── kotlin-stdlib.jar | |
│ ├── kotlin-stdlib-jdk7.jar | |
│ ├── kotlin-stdlib-jdk7-sources.jar | |
│ ├── kotlin-stdlib-jdk8.jar | |
│ ├── kotlin-stdlib-jdk8-sources.jar | |
│ ├── kotlin-stdlib-jre7.jar | |
│ ├── kotlin-stdlib-jre7-sources.jar | |
│ ├── kotlin-stdlib-jre8.jar | |
│ ├── kotlin-stdlib-jre8-sources.jar | |
│ ├── kotlin-stdlib-js.jar | |
│ ├── kotlin-stdlib-js-sources.jar | |
│ ├── kotlin-stdlib-sources.jar | |
│ ├── kotlin-test.jar | |
│ ├── kotlin-test-js.jar | |
│ ├── kotlin-test-js-sources.jar | |
│ ├── kotlin-test-junit.jar | |
│ ├── kotlin-test-junit-sources.jar | |
│ ├── kotlin-test-sources.jar | |
│ ├── kotlin-test-testng.jar | |
│ ├── kotlin-test-testng-sources.jar | |
│ ├── noarg-compiler-plugin.jar | |
│ └── sam-with-receiver-compiler-plugin.jar | |
├── license | |
│ ├── LICENSE.txt | |
│ ├── NOTICE.txt | |
│ ├── README.md | |
│ └── third_party | |
│ ├── aosp_license.txt | |
│ ├── args4j_LICENSE.txt | |
│ ├── asm_license.txt | |
│ ├── boost_LICENSE.txt | |
│ ├── closure-compiler_LICENSE.txt | |
│ ├── dart_LICENSE.txt | |
│ ├── gradle_license.txt | |
│ ├── gwt_license.txt | |
│ ├── jquery_license.txt | |
│ ├── jshashtable_license.txt | |
│ ├── maven_LICENSE.txt | |
│ ├── pcollections_LICENSE.txt | |
│ ├── prototype_license.txt | |
│ ├── qunit_license.txt | |
│ ├── rhino_LICENSE.txt | |
│ ├── scala_license.txt | |
│ ├── testdata | |
│ │ ├── dagger_license.txt | |
│ │ ├── eclipse_distribution_license.txt | |
│ │ ├── eclipse_license.txt | |
│ │ ├── findbugs_license.txt | |
│ │ ├── lombok_license.txt | |
│ │ ├── rxjava_license.txt | |
│ │ └── spring_license.txt | |
│ ├── trove_license.txt | |
│ └── trove_readme_license.txt | |
└── nix-support | |
└── propagated-build-inputs | |
6 directories, 80 files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment