kotlin-compiler 2.0.0 → 2.0.20-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 (54) hide show
  1. package/bin/kapt +0 -2
  2. package/bin/kapt.bat +0 -1
  3. package/bin/kotlinc +1 -1
  4. package/bin/kotlinc.bat +1 -1
  5. package/build.txt +1 -1
  6. package/lib/allopen-compiler-plugin.jar +0 -0
  7. package/lib/android-extensions-compiler.jar +0 -0
  8. package/lib/android-extensions-runtime.jar +0 -0
  9. package/lib/assignment-compiler-plugin.jar +0 -0
  10. package/lib/compose-compiler.jar +0 -0
  11. package/lib/jvm-abi-gen.jar +0 -0
  12. package/lib/kotlin-annotation-processing-cli.jar +0 -0
  13. package/lib/kotlin-annotation-processing-compiler.jar +0 -0
  14. package/lib/kotlin-annotation-processing-runtime.jar +0 -0
  15. package/lib/kotlin-annotation-processing.jar +0 -0
  16. package/lib/kotlin-ant.jar +0 -0
  17. package/lib/kotlin-compiler.jar +0 -0
  18. package/lib/kotlin-daemon-client.jar +0 -0
  19. package/lib/kotlin-daemon.jar +0 -0
  20. package/lib/kotlin-imports-dumper-compiler-plugin.jar +0 -0
  21. package/lib/kotlin-main-kts.jar +0 -0
  22. package/lib/kotlin-preloader.jar +0 -0
  23. package/lib/kotlin-reflect-sources.jar +0 -0
  24. package/lib/kotlin-reflect.jar +0 -0
  25. package/lib/kotlin-runner.jar +0 -0
  26. package/lib/kotlin-script-runtime.jar +0 -0
  27. package/lib/kotlin-scripting-common.jar +0 -0
  28. package/lib/kotlin-scripting-compiler-impl.jar +0 -0
  29. package/lib/kotlin-scripting-compiler.jar +0 -0
  30. package/lib/kotlin-scripting-jvm.jar +0 -0
  31. package/lib/kotlin-serialization-compiler-plugin.jar +0 -0
  32. package/lib/kotlin-stdlib-jdk7.jar +0 -0
  33. package/lib/kotlin-stdlib-jdk8.jar +0 -0
  34. package/lib/kotlin-stdlib-js-sources.jar +0 -0
  35. package/lib/kotlin-stdlib-js.klib +0 -0
  36. package/lib/kotlin-stdlib-sources.jar +0 -0
  37. package/lib/kotlin-stdlib.jar +0 -0
  38. package/lib/kotlin-test-js-sources.jar +0 -0
  39. package/lib/kotlin-test-js.klib +0 -0
  40. package/lib/kotlin-test-junit.jar +0 -0
  41. package/lib/kotlin-test-junit5.jar +0 -0
  42. package/lib/kotlin-test-sources.jar +0 -0
  43. package/lib/kotlin-test-testng.jar +0 -0
  44. package/lib/kotlin-test.jar +0 -0
  45. package/lib/kotlinx-coroutines-core-jvm.jar +0 -0
  46. package/lib/kotlinx-serialization-compiler-plugin.jar +0 -0
  47. package/lib/lombok-compiler-plugin.jar +0 -0
  48. package/lib/noarg-compiler-plugin.jar +0 -0
  49. package/lib/parcelize-compiler.jar +0 -0
  50. package/lib/parcelize-runtime.jar +0 -0
  51. package/lib/power-assert-compiler-plugin.jar +0 -0
  52. package/lib/sam-with-receiver-compiler-plugin.jar +0 -0
  53. package/lib/scripting-compiler.jar +0 -0
  54. package/package.json +1 -1
package/bin/kapt CHANGED
@@ -7,8 +7,6 @@ export KOTLIN_TOOL=kotlin-annotation-processing-cli.jar
7
7
 
8
8
  export KOTLIN_COMPILER=org.jetbrains.kotlin.kapt.cli.KaptCli
9
9
 
10
- [ -n "$JAVA_OPTS" ] || export JAVA_OPTS="-Xmx512M -Xms128M"
11
-
12
10
  DIR="${BASH_SOURCE[0]%/*}"
13
11
  : ${DIR:="."}
14
12
 
package/bin/kapt.bat CHANGED
@@ -6,6 +6,5 @@ rem Use of this source code is governed by the Apache 2.0 license that can be fo
6
6
  setlocal
7
7
  set _KOTLIN_COMPILER=org.jetbrains.kotlin.kapt.cli.KaptCli
8
8
  set _KOTLIN_TOOL=kotlin-annotation-processing-cli.jar
9
- if "%JAVA_OPTS%"=="" set JAVA_OPTS=-Xmx512M -Xms128M
10
9
 
11
10
  call %~dps0kotlinc.bat %*
package/bin/kotlinc CHANGED
@@ -39,7 +39,7 @@ if $cygwin; then
39
39
  KOTLIN_HOME=`cygpath --windows --short-name "$KOTLIN_HOME"`
40
40
  fi
41
41
 
42
- [ -n "$JAVA_OPTS" ] || JAVA_OPTS="-Xmx256M -Xms128M"
42
+ [ -n "$JAVA_OPTS" ] || JAVA_OPTS="-Xmx512M -Xms128M"
43
43
 
44
44
  declare -a java_args
45
45
  declare -a kotlin_args
package/bin/kotlinc.bat CHANGED
@@ -20,7 +20,7 @@ if not "%JAVA_HOME%"=="" (
20
20
  )
21
21
 
22
22
  rem We use the value of the JAVA_OPTS environment variable if defined
23
- if "%JAVA_OPTS%"=="" set JAVA_OPTS=-Xmx256M -Xms128M
23
+ if "%JAVA_OPTS%"=="" set JAVA_OPTS=-Xmx512M -Xms128M
24
24
 
25
25
  rem Iterate through arguments and split them into java and kotlin ones
26
26
  :loop
package/build.txt CHANGED
@@ -1 +1 @@
1
- 2.0.0-release-341
1
+ 2.0.20-Beta2-release-82
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kotlin-compiler",
3
- "version": "2.0.0",
3
+ "version": "2.0.20-Beta2",
4
4
  "description": "Kotlin compiler",
5
5
  "repository": {
6
6
  "type": "git",