kotlin-compiler 1.7.22 → 1.8.0-RC

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/android-extensions-compiler.jar +0 -0
  4. package/lib/android-extensions-runtime.jar +0 -0
  5. package/lib/assignment-compiler-plugin.jar +0 -0
  6. package/lib/js.engines.jar +0 -0
  7. package/lib/jvm-abi-gen.jar +0 -0
  8. package/lib/kotlin-annotation-processing-cli.jar +0 -0
  9. package/lib/kotlin-annotation-processing-runtime.jar +0 -0
  10. package/lib/kotlin-annotation-processing.jar +0 -0
  11. package/lib/kotlin-annotations-jvm.jar +0 -0
  12. package/lib/kotlin-ant.jar +0 -0
  13. package/lib/kotlin-compiler.jar +0 -0
  14. package/lib/kotlin-daemon-client.jar +0 -0
  15. package/lib/kotlin-daemon.jar +0 -0
  16. package/lib/kotlin-imports-dumper-compiler-plugin.jar +0 -0
  17. package/lib/kotlin-main-kts.jar +0 -0
  18. package/lib/kotlin-preloader.jar +0 -0
  19. package/lib/kotlin-reflect-sources.jar +0 -0
  20. package/lib/kotlin-reflect.jar +0 -0
  21. package/lib/kotlin-runner.jar +0 -0
  22. package/lib/kotlin-script-runtime.jar +0 -0
  23. package/lib/kotlin-scripting-common.jar +0 -0
  24. package/lib/kotlin-scripting-compiler-impl.jar +0 -0
  25. package/lib/kotlin-scripting-compiler.jar +0 -0
  26. package/lib/kotlin-scripting-js.jar +0 -0
  27. package/lib/kotlin-scripting-jvm.jar +0 -0
  28. package/lib/kotlin-stdlib-jdk7-sources.jar +0 -0
  29. package/lib/kotlin-stdlib-jdk7.jar +0 -0
  30. package/lib/kotlin-stdlib-jdk8-sources.jar +0 -0
  31. package/lib/kotlin-stdlib-jdk8.jar +0 -0
  32. package/lib/kotlin-stdlib-js-sources.jar +0 -0
  33. package/lib/kotlin-stdlib-js.jar +0 -0
  34. package/lib/kotlin-stdlib-sources.jar +0 -0
  35. package/lib/kotlin-stdlib.jar +0 -0
  36. package/lib/kotlin-test-js.jar +0 -0
  37. package/lib/kotlin-test-junit.jar +0 -0
  38. package/lib/kotlin-test-junit5.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/mutability-annotations-compat.jar +0 -0
  44. package/lib/noarg-compiler-plugin.jar +0 -0
  45. package/lib/parcelize-compiler.jar +0 -0
  46. package/lib/parcelize-runtime.jar +0 -0
  47. package/lib/sam-with-receiver-compiler-plugin.jar +0 -0
  48. package/license/COPYRIGHT.txt +1 -1
  49. package/license/COPYRIGHT_HEADER.txt +1 -1
  50. package/license/README.md +0 -5
  51. package/package.json +1 -1
  52. package/license/third_party/pcollections_LICENSE.txt +0 -19
package/build.txt CHANGED
@@ -1 +1 @@
1
- 1.7.22-release-288
1
+ 1.8.0-RC-release-311
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
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2010-2020 JetBrains s.r.o. and Kotlin Programming Language contributors.
2
+ * Copyright 2010-2022 JetBrains s.r.o. and Kotlin Programming Language contributors.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
1
  /*
2
- * Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors.
2
+ * Copyright 2010-2022 JetBrains s.r.o. and Kotlin Programming Language contributors.
3
3
  * Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
4
4
  */
package/license/README.md CHANGED
@@ -35,10 +35,6 @@ the Kotlin IntelliJ IDEA plugin:
35
35
  - License: BSD ([license/third_party/asm_license.txt][asm])
36
36
  - Origin: Derived from ASM: a very small and fast Java bytecode manipulation framework, Copyright (c) 2000-2011 INRIA, France Telecom
37
37
 
38
- - Path: core/reflection.jvm/src/kotlin.reflect/jvm/internal/pcollections
39
- - License: MIT ([license/third_party/pcollections_LICENSE.txt][pcollections])
40
- - Origin: Derived from PCollections, A Persistent Java Collections Library (https://pcollections.org/)
41
-
42
38
  - Path: eval4j/src/org/jetbrains/eval4j/interpreterLoop.kt
43
39
  - License: BSD ([license/third_party/asm_license.txt][asm])
44
40
  - Origin: Derived from ASM: a very small and fast Java bytecode manipulation framework, Copyright (c) 2000-2011 INRIA, France Telecom
@@ -284,7 +280,6 @@ any distributions of the compiler, libraries or plugin:
284
280
  [gwt]: third_party/gwt_license.txt
285
281
  [jquery]: third_party/jquery_license.txt
286
282
  [lombok]: third_party/testdata/lombok_license.txt
287
- [pcollections]: third_party/pcollections_LICENSE.txt
288
283
  [qunit]: third_party/qunit_license.txt
289
284
  [rhino]: third_party/rhino_LICENSE.txt
290
285
  [rxjava]: third_party/testdata/rxjava_license.txt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kotlin-compiler",
3
- "version": "1.7.22",
3
+ "version": "1.8.0-RC",
4
4
  "description": "Kotlin compiler",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,19 +0,0 @@
1
- Copyright (c) 2008 Harold Cooper
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining a copy
4
- of this software and associated documentation files (the "Software"), to deal
5
- in the Software without restriction, including without limitation the rights
6
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
- copies of the Software, and to permit persons to whom the Software is
8
- furnished to do so, subject to the following conditions:
9
-
10
- The above copyright notice and this permission notice shall be included in
11
- all copies or substantial portions of the Software.
12
-
13
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19
- THE SOFTWARE.