kotlin-compiler 2.1.20-Beta1 → 2.1.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.
- 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/compose-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-metadata-jvm-sources.jar +0 -0
- package/lib/kotlin-metadata-jvm.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.klib +0 -0
- package/lib/kotlin-test-junit.jar +0 -0
- package/lib/kotlin-test-junit5.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/power-assert-compiler-plugin.jar +0 -0
- package/lib/sam-with-receiver-compiler-plugin.jar +0 -0
- package/lib/scripting-compiler.jar +0 -0
- package/license/README.md +9 -0
- package/license/third_party/threetenbp_license.txt +29 -0
- package/package.json +1 -1
package/build.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.1.20-
|
|
1
|
+
2.1.20-Beta2-release-66
|
|
Binary file
|
|
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
|
|
Binary file
|
|
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
|
package/lib/kotlin-test-js.klib
CHANGED
|
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
|
|
Binary file
|
package/license/README.md
CHANGED
|
@@ -57,6 +57,10 @@ the Kotlin IntelliJ IDEA plugin:
|
|
|
57
57
|
- License: Apache 2 ([license/third_party/gwt_license.txt][gwt])
|
|
58
58
|
- Origin: Derived from GWT, (C) 2007-08 Google Inc.
|
|
59
59
|
|
|
60
|
+
- Path: libraries/stdlib/src/kotlin/time
|
|
61
|
+
- License: 3-clause BSD license ([license/third_party/threetenbp_license.txt][threetenbp])
|
|
62
|
+
- Origin: Copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
|
|
63
|
+
|
|
60
64
|
- Path: libraries/stdlib/js/src/kotlin/UnsignedJs.kt
|
|
61
65
|
- License: Apache 2 ([license/third_party/guava_license.txt][guava])
|
|
62
66
|
- Origin: Derived from Guava's UnsignedLongs, (C) 2011 The Guava Authors
|
|
@@ -223,6 +227,10 @@ any distributions of the compiler, libraries or plugin:
|
|
|
223
227
|
The following source code is used for testing the Kotlin tools and/or libraries and is not incorporated into
|
|
224
228
|
any distributions of the tools or libraries:
|
|
225
229
|
|
|
230
|
+
- Path: libraries/stdlib/test/time
|
|
231
|
+
- License: 3-clause BSD license ([license/third_party/threetenbp_license.txt][threetenbp])
|
|
232
|
+
- Origin: Copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
|
|
233
|
+
|
|
226
234
|
- Path: libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/kotlin/org/jetbrains/kotlin/gradle/PluginsDslIT.kt
|
|
227
235
|
- License: Apache 2 ([license/third_party/gradle_license.txt][gradle])
|
|
228
236
|
- Origin: Gradle, Copyright 2002-2017 Gradle, Inc.
|
|
@@ -286,3 +294,4 @@ any distributions of the compiler, libraries or plugin:
|
|
|
286
294
|
[rxjava]: third_party/testdata/rxjava_license.txt
|
|
287
295
|
[spring]: third_party/testdata/spring_license.txt
|
|
288
296
|
[sun]: third_party/sun_license.txt
|
|
297
|
+
[threetenbp]: third_party/threetenbp_license.txt
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
Copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos.
|
|
2
|
+
|
|
3
|
+
All rights reserved.
|
|
4
|
+
|
|
5
|
+
Redistribution and use in source and binary forms, with or without
|
|
6
|
+
modification, are permitted provided that the following conditions are met:
|
|
7
|
+
|
|
8
|
+
* Redistributions of source code must retain the above copyright notice,
|
|
9
|
+
this list of conditions and the following disclaimer.
|
|
10
|
+
|
|
11
|
+
* Redistributions in binary form must reproduce the above copyright notice,
|
|
12
|
+
this list of conditions and the following disclaimer in the documentation
|
|
13
|
+
and/or other materials provided with the distribution.
|
|
14
|
+
|
|
15
|
+
* Neither the name of JSR-310 nor the names of its contributors
|
|
16
|
+
may be used to endorse or promote products derived from this software
|
|
17
|
+
without specific prior written permission.
|
|
18
|
+
|
|
19
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
20
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
21
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
22
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
|
|
23
|
+
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
24
|
+
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
25
|
+
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
|
26
|
+
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
|
27
|
+
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
|
28
|
+
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
29
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|