Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 25, 2018 23:29
Show Gist options
  • Save ryantm/2abc86ffb8a29b93e0ee8cdc45c72125 to your computer and use it in GitHub Desktop.
Save ryantm/2abc86ffb8a29b93e0ee8cdc45c72125 to your computer and use it in GitHub Desktop.
/nix/store/c8gxcm1qd27rc1q7m164vwys12rr7kzj-kotlin-1.2.31
├── 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