Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.54 KB | None | 0 0
  1. /nix/store/h5v25i3bmzrc0fsacinr9422021d7iqa-kotlin-1.3.50
  2. ├── bin
  3. │   ├── kapt
  4. │   ├── kotlin
  5. │   ├── kotlinc
  6. │   ├── kotlinc-js
  7. │   ├── kotlinc-jvm
  8. │   └── kotlin-dce-js
  9. ├── build.txt
  10. ├── lib
  11. │   ├── allopen-compiler-plugin.jar
  12. │   ├── android-extensions-compiler.jar
  13. │   ├── android-extensions-runtime.jar
  14. │   ├── annotations-13.0.jar
  15. │   ├── atomicfu-common-0.11.12.jar
  16. │   ├── config-1.3.1.jar
  17. │   ├── jvm-abi-gen.jar
  18. │   ├── kotlin-annotation-processing-cli.jar
  19. │   ├── kotlin-annotation-processing.jar
  20. │   ├── kotlin-annotation-processing-runtime.jar
  21. │   ├── kotlin-annotations-android.jar
  22. │   ├── kotlin-annotations-jvm.jar
  23. │   ├── kotlin-annotations-jvm-sources.jar
  24. │   ├── kotlin-ant.jar
  25. │   ├── kotlin-compiler.jar
  26. │   ├── kotlin-daemon-client.jar
  27. │   ├── kotlin-daemon-client-new.jar
  28. │   ├── kotlin-daemon.jar
  29. │   ├── kotlin-imports-dumper-compiler-plugin.jar
  30. │   ├── kotlin-main-kts.jar
  31. │   ├── kotlin-preloader.jar
  32. │   ├── kotlin-reflect.jar
  33. │   ├── kotlin-reflect-sources.jar
  34. │   ├── kotlin-runner.jar
  35. │   ├── kotlin-scripting-common.jar
  36. │   ├── kotlin-scripting-compiler-impl.jar
  37. │   ├── kotlin-scripting-compiler.jar
  38. │   ├── kotlin-scripting-jvm.jar
  39. │   ├── kotlin-script-runtime.jar
  40. │   ├── kotlin-script-runtime-sources.jar
  41. │   ├── kotlin-source-sections-compiler-plugin.jar
  42. │   ├── kotlin-stdlib.jar
  43. │   ├── kotlin-stdlib-jdk7.jar
  44. │   ├── kotlin-stdlib-jdk7-sources.jar
  45. │   ├── kotlin-stdlib-jdk8.jar
  46. │   ├── kotlin-stdlib-jdk8-sources.jar
  47. │   ├── kotlin-stdlib-js.jar
  48. │   ├── kotlin-stdlib-js-sources.jar
  49. │   ├── kotlin-stdlib-sources.jar
  50. │   ├── kotlin-test.jar
  51. │   ├── kotlin-test-js.jar
  52. │   ├── kotlin-test-js-sources.jar
  53. │   ├── kotlin-test-junit5.jar
  54. │   ├── kotlin-test-junit5-sources.jar
  55. │   ├── kotlin-test-junit.jar
  56. │   ├── kotlin-test-junit-sources.jar
  57. │   ├── kotlin-test-sources.jar
  58. │   ├── kotlin-test-testng.jar
  59. │   ├── kotlin-test-testng-sources.jar
  60. │   ├── kotlinx-coroutines-core-1.0.1.jar
  61. │   ├── kotlinx-coroutines-core-common-1.0.1.jar
  62. │   ├── kotlinx-coroutines-io-0.1.1.jar
  63. │   ├── kotlinx-coroutines-io-jvm-0.1.1.jar
  64. │   ├── kotlinx-coroutines-jdk8-1.0.1.jar
  65. │   ├── kotlinx-io-0.1.1.jar
  66. │   ├── kotlinx-io-jvm-0.1.1.jar
  67. │   ├── kotlinx-serialization-compiler-plugin.jar
  68. │   ├── ktor-network-1.0.1.jar
  69. │   ├── ktor-utils-1.0.1.jar
  70. │   ├── ktor-utils-jvm-1.0.1.jar
  71. │   ├── mutability-annotations-compat.jar
  72. │   ├── noarg-compiler-plugin.jar
  73. │   ├── sam-with-receiver-compiler-plugin.jar
  74. │   ├── slf4j-api-1.7.25.jar
  75. │   └── trove4j.jar
  76. ├── license
  77. │   ├── COPYRIGHT.txt
  78. │   ├── LICENSE.txt
  79. │   ├── NOTICE.txt
  80. │   ├── README.md
  81. │   └── third_party
  82. │   ├── aosp_license.txt
  83. │   ├── args4j_LICENSE.txt
  84. │   ├── asm_license.txt
  85. │   ├── boost_LICENSE.txt
  86. │   ├── closure-compiler_LICENSE.txt
  87. │   ├── dart_LICENSE.txt
  88. │   ├── guava_license.txt
  89. │   ├── gwt_license.txt
  90. │   ├── jquery_license.txt
  91. │   ├── jshashtable_license.txt
  92. │   ├── maven_LICENSE.txt
  93. │   ├── pcollections_LICENSE.txt
  94. │   ├── prototype_license.txt
  95. │   ├── qunit_license.txt
  96. │   ├── rhino_LICENSE.txt
  97. │   ├── scala_license.txt
  98. │   ├── testdata
  99. │   │   ├── dagger_license.txt
  100. │   │   ├── eclipse_distribution_license.txt
  101. │   │   ├── eclipse_license.txt
  102. │   │   ├── findbugs_license.txt
  103. │   │   ├── gradle_license.txt
  104. │   │   ├── lombok_license.txt
  105. │   │   ├── rxjava_license.txt
  106. │   │   └── spring_license.txt
  107. │   ├── trove_license.txt
  108. │   └── trove_readme_license.txt
  109. └── nix-support
  110. └── propagated-build-inputs
  111.  
  112. 6 directories, 103 files
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement