kotlin-compiler 1.6.21 → 1.7.0-RC2

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 (46) 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/js.engines.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-runtime.jar +0 -0
  9. package/lib/kotlin-annotation-processing.jar +0 -0
  10. package/lib/kotlin-ant.jar +0 -0
  11. package/lib/kotlin-compiler.jar +0 -0
  12. package/lib/kotlin-daemon-client.jar +0 -0
  13. package/lib/kotlin-daemon.jar +0 -0
  14. package/lib/kotlin-imports-dumper-compiler-plugin.jar +0 -0
  15. package/lib/kotlin-main-kts.jar +0 -0
  16. package/lib/kotlin-preloader.jar +0 -0
  17. package/lib/kotlin-reflect-sources.jar +0 -0
  18. package/lib/kotlin-reflect.jar +0 -0
  19. package/lib/kotlin-runner.jar +0 -0
  20. package/lib/kotlin-script-runtime.jar +0 -0
  21. package/lib/kotlin-scripting-common.jar +0 -0
  22. package/lib/kotlin-scripting-compiler-impl.jar +0 -0
  23. package/lib/kotlin-scripting-compiler.jar +0 -0
  24. package/lib/kotlin-scripting-js.jar +0 -0
  25. package/lib/kotlin-scripting-jvm.jar +0 -0
  26. package/lib/kotlin-stdlib-jdk7.jar +0 -0
  27. package/lib/kotlin-stdlib-jdk8-sources.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.jar +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.jar +0 -0
  34. package/lib/kotlin-test-junit.jar +0 -0
  35. package/lib/kotlin-test-junit5.jar +0 -0
  36. package/lib/kotlin-test-testng.jar +0 -0
  37. package/lib/kotlin-test.jar +0 -0
  38. package/lib/kotlinx-serialization-compiler-plugin.jar +0 -0
  39. package/lib/lombok-compiler-plugin.jar +0 -0
  40. package/lib/noarg-compiler-plugin.jar +0 -0
  41. package/lib/parcelize-compiler.jar +0 -0
  42. package/lib/parcelize-runtime.jar +0 -0
  43. package/lib/sam-with-receiver-compiler-plugin.jar +0 -0
  44. package/license/README.md +12 -0
  45. package/license/third_party/sun_license.txt +6 -0
  46. package/package.json +1 -1
package/build.txt CHANGED
@@ -1 +1 @@
1
- 1.6.21-release-334
1
+ 1.7.0-RC2-release-258
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
@@ -93,6 +93,10 @@ the Kotlin IntelliJ IDEA plugin:
93
93
  - License: Boost Software License 1.0 ([license/third_party/boost_LICENSE.txt][boost])
94
94
  - Origin: Derived from boost special math functions, Copyright Eric Ford & Hubert Holin 2001.
95
95
 
96
+ - Path: libraries/stdlib/js/src/kotlin/js/math.polyfills.kt
97
+ - License: Boost Software License 1.0 ([license/third_party/boost_LICENSE.txt][boost])
98
+ - Origin: Derived from boost special math functions, Copyright Eric Ford & Hubert Holin 2001.
99
+
96
100
  - Path: libraries/stdlib/wasm/internal/kotlin/wasm/internal/Number2String.kt
97
101
  - License: Apache 2 ([third_party/assemblyscript_license.txt][assemblyscript])
98
102
  - Origin: Derived from assemblyscript standard library
@@ -125,6 +129,14 @@ the Kotlin IntelliJ IDEA plugin:
125
129
  - License: MIT ([license/third_party/asmble_license.txt][asmble])
126
130
  - Origin: Copyright (C) 2018 Chad Retz
127
131
 
132
+ - Path: libraries/stdlib/wasm/src/kotlin/math/fdlibm/
133
+ - License: SUN ([license/third_party/sun_license.txt][sun])
134
+ - Origin: Copyright (C) 1993 by Sun Microsystems, Inc.
135
+
136
+ - Path: kotlin-native/runtime/src/main/cpp/Utils.cpp
137
+ - License: Boost Software License 1.0 ([license/third_party/boost_LICENSE.txt][boost])
138
+ - Origin: Derived from boost hash functions, Copyright 2005-2014 Daniel James
139
+
128
140
  ## Kotlin Test Data
129
141
 
130
142
  The following source code is used for testing the Kotlin compiler and/or plugin and is not incorporated into
@@ -0,0 +1,6 @@
1
+ Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
2
+
3
+ Developed at SunSoft, a Sun Microsystems, Inc. business.
4
+ Permission to use, copy, modify, and distribute this
5
+ software is freely granted, provided that this notice
6
+ is preserved.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kotlin-compiler",
3
- "version": "1.6.21",
3
+ "version": "1.7.0-RC2",
4
4
  "description": "Kotlin compiler",
5
5
  "repository": {
6
6
  "type": "git",