kotlin-compiler 2.2.21 → 2.3.0-Beta2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/build.txt +1 -1
  2. package/lib/allopen-compiler-plugin.jar +0 -0
  3. package/lib/assignment-compiler-plugin.jar +0 -0
  4. package/lib/compose-compiler-plugin.jar +0 -0
  5. package/lib/jvm-abi-gen.jar +0 -0
  6. package/lib/kotlin-annotation-processing-cli.jar +0 -0
  7. package/lib/kotlin-annotation-processing-runtime.jar +0 -0
  8. package/lib/kotlin-annotation-processing.jar +0 -0
  9. package/lib/kotlin-compiler.jar +0 -0
  10. package/lib/kotlin-daemon-client.jar +0 -0
  11. package/lib/kotlin-daemon.jar +0 -0
  12. package/lib/kotlin-main-kts.jar +0 -0
  13. package/lib/kotlin-metadata-jvm-sources.jar +0 -0
  14. package/lib/kotlin-metadata-jvm.jar +0 -0
  15. package/lib/kotlin-preloader.jar +0 -0
  16. package/lib/kotlin-reflect-sources.jar +0 -0
  17. package/lib/kotlin-reflect.jar +0 -0
  18. package/lib/kotlin-runner.jar +0 -0
  19. package/lib/kotlin-script-runtime.jar +0 -0
  20. package/lib/kotlin-scripting-common.jar +0 -0
  21. package/lib/kotlin-scripting-compiler-impl.jar +0 -0
  22. package/lib/kotlin-scripting-compiler.jar +0 -0
  23. package/lib/kotlin-scripting-jvm.jar +0 -0
  24. package/lib/kotlin-serialization-compiler-plugin.jar +0 -0
  25. package/lib/kotlin-stdlib-jdk7.jar +0 -0
  26. package/lib/kotlin-stdlib-jdk8.jar +0 -0
  27. package/lib/kotlin-stdlib-js-sources.jar +0 -0
  28. package/lib/kotlin-stdlib-js.klib +0 -0
  29. package/lib/kotlin-stdlib-sources.jar +0 -0
  30. package/lib/kotlin-stdlib.jar +0 -0
  31. package/lib/kotlin-test-js-sources.jar +0 -0
  32. package/lib/kotlin-test-js.klib +0 -0
  33. package/lib/kotlin-test-junit-sources.jar +0 -0
  34. package/lib/kotlin-test-junit.jar +0 -0
  35. package/lib/kotlin-test-junit5-sources.jar +0 -0
  36. package/lib/kotlin-test-junit5.jar +0 -0
  37. package/lib/kotlin-test-sources.jar +0 -0
  38. package/lib/kotlin-test-testng-sources.jar +0 -0
  39. package/lib/kotlin-test-testng.jar +0 -0
  40. package/lib/kotlin-test.jar +0 -0
  41. package/lib/kotlinx-serialization-compiler-plugin.jar +0 -0
  42. package/lib/lombok-compiler-plugin.jar +0 -0
  43. package/lib/noarg-compiler-plugin.jar +0 -0
  44. package/lib/parcelize-compiler.jar +0 -0
  45. package/lib/parcelize-runtime.jar +0 -0
  46. package/lib/power-assert-compiler-plugin.jar +0 -0
  47. package/lib/sam-with-receiver-compiler-plugin.jar +0 -0
  48. package/lib/scripting-compiler.jar +0 -0
  49. package/license/README.md +5 -0
  50. package/license/third_party/protobuf_license.txt +33 -0
  51. package/package.json +1 -1
  52. package/lib/kotlin-ant.jar +0 -0
package/build.txt CHANGED
@@ -1 +1 @@
1
- 2.2.21-release-469
1
+ 2.3.0-Beta2-release-174
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/license/README.md CHANGED
@@ -43,6 +43,10 @@ the Kotlin IntelliJ IDEA plugin:
43
43
  - License: BSD ([license/third_party/asm_license.txt][asm])
44
44
  - Origin: Derived from ASM: a very small and fast Java bytecode manipulation framework, Copyright (c) 2000-2011 INRIA, France Telecom
45
45
 
46
+ - Path: dependencies/protobuf/protobuf-patches/src/main/java/com/google/protobuf/CodedInputStream.java
47
+ - License: BSD ([license/third_party/protobuf_license.txt][protobuf])
48
+ - Origin: Derived from Protocol Buffers, Copyright 2008, Google Inc.
49
+
46
50
  - Path: js/js.ast
47
51
  - License: BSD ([license/third_party/dart_LICENSE.txt][dart])
48
52
  - Origin: Originally part of the Dart compiler, (c) 2011 the Dart Project Authors,
@@ -298,6 +302,7 @@ any distributions of the compiler, libraries or plugin:
298
302
  [jspecify]: third_party/testdata/jspecify_license.txt
299
303
  [lombok]: third_party/testdata/lombok_license.txt
300
304
  [power-assert]: third_party/power_assert_license.txt
305
+ [protobuf]: third_party/protobuf_license.txt
301
306
  [rhino]: third_party/rhino_LICENSE.txt
302
307
  [rxjava]: third_party/testdata/rxjava_license.txt
303
308
  [spring]: third_party/testdata/spring_license.txt
@@ -0,0 +1,33 @@
1
+ Copyright 2008, Google Inc.
2
+ All rights reserved.
3
+
4
+ Redistribution and use in source and binary forms, with or without
5
+ modification, are permitted provided that the following conditions are
6
+ met:
7
+
8
+ * Redistributions of source code must retain the above copyright
9
+ notice, this list of conditions and the following disclaimer.
10
+ * Redistributions in binary form must reproduce the above
11
+ copyright notice, this list of conditions and the following disclaimer
12
+ in the documentation and/or other materials provided with the
13
+ distribution.
14
+ * Neither the name of Google Inc. nor the names of its
15
+ contributors may be used to endorse or promote products derived from
16
+ this software without specific prior written permission.
17
+
18
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
19
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
20
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
21
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
22
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
23
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
24
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
26
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29
+
30
+ Code generated by the Protocol Buffer compiler is owned by the owner
31
+ of the input file used when generating it. This code is not
32
+ standalone and requires a support library to be linked with it. This
33
+ support library is itself covered by the above license.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kotlin-compiler",
3
- "version": "2.2.21",
3
+ "version": "2.3.0-Beta2",
4
4
  "description": "Kotlin compiler",
5
5
  "repository": {
6
6
  "type": "git",
Binary file