kotlin-compiler 2.0.0-Beta2 → 2.0.0-Beta4
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.
- package/bin/kapt +2 -0
- package/bin/kapt.bat +1 -0
- package/build.txt +1 -1
- package/lib/allopen-compiler-plugin.jar +0 -0
- package/lib/android-extensions-compiler.jar +0 -0
- package/lib/android-extensions-runtime.jar +0 -0
- package/lib/assignment-compiler-plugin.jar +0 -0
- package/lib/jvm-abi-gen.jar +0 -0
- package/lib/kotlin-annotation-processing-cli.jar +0 -0
- package/lib/kotlin-annotation-processing-compiler.jar +0 -0
- package/lib/kotlin-annotation-processing-runtime.jar +0 -0
- package/lib/kotlin-annotation-processing.jar +0 -0
- package/lib/kotlin-ant.jar +0 -0
- package/lib/kotlin-compiler.jar +0 -0
- package/lib/kotlin-daemon-client.jar +0 -0
- package/lib/kotlin-daemon.jar +0 -0
- package/lib/kotlin-imports-dumper-compiler-plugin.jar +0 -0
- package/lib/kotlin-main-kts.jar +0 -0
- package/lib/kotlin-preloader.jar +0 -0
- package/lib/kotlin-reflect-sources.jar +0 -0
- package/lib/kotlin-reflect.jar +0 -0
- package/lib/kotlin-runner.jar +0 -0
- package/lib/kotlin-script-runtime.jar +0 -0
- package/lib/kotlin-scripting-common.jar +0 -0
- package/lib/kotlin-scripting-compiler-impl.jar +0 -0
- package/lib/kotlin-scripting-compiler.jar +0 -0
- package/lib/kotlin-scripting-jvm.jar +0 -0
- package/lib/kotlin-serialization-compiler-plugin.jar +0 -0
- package/lib/kotlin-stdlib-jdk7.jar +0 -0
- package/lib/kotlin-stdlib-jdk8.jar +0 -0
- package/lib/kotlin-stdlib-js-sources.jar +0 -0
- package/lib/kotlin-stdlib-js.klib +0 -0
- package/lib/kotlin-stdlib-sources.jar +0 -0
- package/lib/kotlin-stdlib.jar +0 -0
- package/lib/kotlin-test-js-sources.jar +0 -0
- package/lib/kotlin-test-js.klib +0 -0
- package/lib/kotlin-test-junit-sources.jar +0 -0
- package/lib/kotlin-test-junit.jar +0 -0
- package/lib/kotlin-test-junit5-sources.jar +0 -0
- package/lib/kotlin-test-junit5.jar +0 -0
- package/lib/kotlin-test-sources.jar +0 -0
- package/lib/kotlin-test-testng-sources.jar +0 -0
- package/lib/kotlin-test-testng.jar +0 -0
- package/lib/kotlin-test.jar +0 -0
- package/lib/kotlinx-serialization-compiler-plugin.jar +0 -0
- package/lib/lombok-compiler-plugin.jar +0 -0
- package/lib/noarg-compiler-plugin.jar +0 -0
- package/lib/parcelize-compiler.jar +0 -0
- package/lib/parcelize-runtime.jar +0 -0
- package/lib/sam-with-receiver-compiler-plugin.jar +0 -0
- package/lib/scripting-compiler.jar +0 -0
- package/license/COPYRIGHT.txt +1 -1
- package/license/COPYRIGHT_HEADER.txt +1 -1
- package/license/NOTICE.txt +1 -1
- package/license/README.md +17 -1
- package/package.json +1 -1
package/bin/kapt
CHANGED
package/bin/kapt.bat
CHANGED
|
@@ -6,5 +6,6 @@ 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
|
|
9
10
|
|
|
10
11
|
call %~dps0kotlinc.bat %*
|
package/build.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.0.0-
|
|
1
|
+
2.0.0-Beta4-release-16
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/lib/jvm-abi-gen.jar
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/lib/kotlin-ant.jar
CHANGED
|
Binary file
|
package/lib/kotlin-compiler.jar
CHANGED
|
Binary file
|
|
Binary file
|
package/lib/kotlin-daemon.jar
CHANGED
|
Binary file
|
|
Binary file
|
package/lib/kotlin-main-kts.jar
CHANGED
|
Binary file
|
package/lib/kotlin-preloader.jar
CHANGED
|
Binary file
|
|
Binary file
|
package/lib/kotlin-reflect.jar
CHANGED
|
Binary file
|
package/lib/kotlin-runner.jar
CHANGED
|
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/lib/kotlin-stdlib.jar
CHANGED
|
Binary file
|
|
Binary file
|
package/lib/kotlin-test-js.klib
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/lib/kotlin-test.jar
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/license/COPYRIGHT.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright 2010-
|
|
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-
|
|
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
|
*/
|
package/license/NOTICE.txt
CHANGED
package/license/README.md
CHANGED
|
@@ -65,7 +65,15 @@ the Kotlin IntelliJ IDEA plugin:
|
|
|
65
65
|
- License: Apache 2 ([license/third_party/gwt_license.txt][gwt])
|
|
66
66
|
- Origin: Derived from GWT, (C) 2007-08 Google Inc.
|
|
67
67
|
|
|
68
|
-
- Path: libraries/stdlib/
|
|
68
|
+
- Path: libraries/stdlib/js/src/kotlin/UnsignedJs.kt
|
|
69
|
+
- License: Apache 2 ([license/third_party/guava_license.txt][guava])
|
|
70
|
+
- Origin: Derived from Guava's UnsignedLongs, (C) 2011 The Guava Authors
|
|
71
|
+
|
|
72
|
+
- Path: libraries/stdlib/jvm/src/kotlin/util/UnsignedJVM.kt
|
|
73
|
+
- License: Apache 2 ([license/third_party/guava_license.txt][guava])
|
|
74
|
+
- Origin: Derived from Guava's UnsignedLongs, (C) 2011 The Guava Authors
|
|
75
|
+
|
|
76
|
+
- Path: kotlin-native/runtime/src/main/kotlin/kotlin/Unsigned.kt
|
|
69
77
|
- License: Apache 2 ([license/third_party/guava_license.txt][guava])
|
|
70
78
|
- Origin: Derived from Guava's UnsignedLongs, (C) 2011 The Guava Authors
|
|
71
79
|
|
|
@@ -93,6 +101,10 @@ the Kotlin IntelliJ IDEA plugin:
|
|
|
93
101
|
- License: Apache 2 ([license/third_party/assemblyscript_license.txt][assemblyscript])
|
|
94
102
|
- Origin: Derived from assemblyscript standard library
|
|
95
103
|
|
|
104
|
+
- Path: libraries/tools/kotlin-power-assert
|
|
105
|
+
- License: Apache 2 ([license/third_party/aosp_license.txt][aosp])
|
|
106
|
+
- Origin: Copyright (C) 2020-2023 Brian Norman
|
|
107
|
+
|
|
96
108
|
- Path: plugins/lint/android-annotations
|
|
97
109
|
- License: Apache 2 ([license/third_party/aosp_license.txt][aosp])
|
|
98
110
|
- Origin: Copyright (C) 2011-15 The Android Open Source Project
|
|
@@ -108,6 +120,10 @@ the Kotlin IntelliJ IDEA plugin:
|
|
|
108
120
|
- Path: plugins/lint/lint-idea
|
|
109
121
|
- License: Apache 2 ([license/third_party/aosp_license.txt][aosp])
|
|
110
122
|
- Origin: Copyright (C) 2011-15 The Android Open Source Project
|
|
123
|
+
|
|
124
|
+
- Path: plugins/power-assert
|
|
125
|
+
- License: Apache 2 ([license/third_party/aosp_license.txt][aosp])
|
|
126
|
+
- Origin: Copyright (C) 2020-2023 Brian Norman
|
|
111
127
|
|
|
112
128
|
- Path: wasm/ir/src/org/jetbrains/kotlin/wasm/ir/convertors
|
|
113
129
|
- License: MIT ([license/third_party/asmble_license.txt][asmble])
|