kotlin-compiler 2.0.0-Beta2 → 2.0.0-Beta3

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 (54) 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/jvm-abi-gen.jar +0 -0
  7. package/lib/kotlin-annotation-processing-cli.jar +0 -0
  8. package/lib/kotlin-annotation-processing-compiler.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-ant.jar +0 -0
  12. package/lib/kotlin-compiler.jar +0 -0
  13. package/lib/kotlin-daemon-client.jar +0 -0
  14. package/lib/kotlin-daemon.jar +0 -0
  15. package/lib/kotlin-imports-dumper-compiler-plugin.jar +0 -0
  16. package/lib/kotlin-main-kts.jar +0 -0
  17. package/lib/kotlin-preloader.jar +0 -0
  18. package/lib/kotlin-reflect-sources.jar +0 -0
  19. package/lib/kotlin-reflect.jar +0 -0
  20. package/lib/kotlin-runner.jar +0 -0
  21. package/lib/kotlin-script-runtime.jar +0 -0
  22. package/lib/kotlin-scripting-common.jar +0 -0
  23. package/lib/kotlin-scripting-compiler-impl.jar +0 -0
  24. package/lib/kotlin-scripting-compiler.jar +0 -0
  25. package/lib/kotlin-scripting-jvm.jar +0 -0
  26. package/lib/kotlin-serialization-compiler-plugin.jar +0 -0
  27. package/lib/kotlin-stdlib-jdk7.jar +0 -0
  28. package/lib/kotlin-stdlib-jdk8.jar +0 -0
  29. package/lib/kotlin-stdlib-js-sources.jar +0 -0
  30. package/lib/kotlin-stdlib-js.klib +0 -0
  31. package/lib/kotlin-stdlib-sources.jar +0 -0
  32. package/lib/kotlin-stdlib.jar +0 -0
  33. package/lib/kotlin-test-js-sources.jar +0 -0
  34. package/lib/kotlin-test-js.klib +0 -0
  35. package/lib/kotlin-test-junit-sources.jar +0 -0
  36. package/lib/kotlin-test-junit.jar +0 -0
  37. package/lib/kotlin-test-junit5-sources.jar +0 -0
  38. package/lib/kotlin-test-junit5.jar +0 -0
  39. package/lib/kotlin-test-sources.jar +0 -0
  40. package/lib/kotlin-test-testng-sources.jar +0 -0
  41. package/lib/kotlin-test-testng.jar +0 -0
  42. package/lib/kotlin-test.jar +0 -0
  43. package/lib/kotlinx-serialization-compiler-plugin.jar +0 -0
  44. package/lib/lombok-compiler-plugin.jar +0 -0
  45. package/lib/noarg-compiler-plugin.jar +0 -0
  46. package/lib/parcelize-compiler.jar +0 -0
  47. package/lib/parcelize-runtime.jar +0 -0
  48. package/lib/sam-with-receiver-compiler-plugin.jar +0 -0
  49. package/lib/scripting-compiler.jar +0 -0
  50. package/license/COPYRIGHT.txt +1 -1
  51. package/license/COPYRIGHT_HEADER.txt +1 -1
  52. package/license/NOTICE.txt +1 -1
  53. package/license/README.md +8 -0
  54. package/package.json +1 -1
package/build.txt CHANGED
@@ -1 +1 @@
1
- 2.0.0-Beta2-release-22
1
+ 2.0.0-Beta3-release-22
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
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2010-2023 JetBrains s.r.o. and Kotlin Programming Language contributors.
2
+ * Copyright 2010-2024 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-2023 JetBrains s.r.o. and Kotlin Programming Language contributors.
2
+ * Copyright 2010-2024 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
  */
@@ -5,4 +5,4 @@
5
5
  =========================================================================
6
6
 
7
7
  Kotlin Compiler
8
- Copyright 2010-2023 JetBrains s.r.o and respective authors and developers
8
+ Copyright 2010-2024 JetBrains s.r.o and respective authors and developers
package/license/README.md CHANGED
@@ -93,6 +93,10 @@ the Kotlin IntelliJ IDEA plugin:
93
93
  - License: Apache 2 ([license/third_party/assemblyscript_license.txt][assemblyscript])
94
94
  - Origin: Derived from assemblyscript standard library
95
95
 
96
+ - Path: libraries/tools/kotlin-power-assert
97
+ - License: Apache 2 ([license/third_party/aosp_license.txt][aosp])
98
+ - Origin: Copyright (C) 2020-2023 Brian Norman
99
+
96
100
  - Path: plugins/lint/android-annotations
97
101
  - License: Apache 2 ([license/third_party/aosp_license.txt][aosp])
98
102
  - Origin: Copyright (C) 2011-15 The Android Open Source Project
@@ -108,6 +112,10 @@ the Kotlin IntelliJ IDEA plugin:
108
112
  - Path: plugins/lint/lint-idea
109
113
  - License: Apache 2 ([license/third_party/aosp_license.txt][aosp])
110
114
  - Origin: Copyright (C) 2011-15 The Android Open Source Project
115
+
116
+ - Path: plugins/power-assert
117
+ - License: Apache 2 ([license/third_party/aosp_license.txt][aosp])
118
+ - Origin: Copyright (C) 2020-2023 Brian Norman
111
119
 
112
120
  - Path: wasm/ir/src/org/jetbrains/kotlin/wasm/ir/convertors
113
121
  - License: MIT ([license/third_party/asmble_license.txt][asmble])
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kotlin-compiler",
3
- "version": "2.0.0-Beta2",
3
+ "version": "2.0.0-Beta3",
4
4
  "description": "Kotlin compiler",
5
5
  "repository": {
6
6
  "type": "git",