kotlin-compiler 1.7.22 → 1.8.0-RC
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/js.engines.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-runtime.jar +0 -0
- package/lib/kotlin-annotation-processing.jar +0 -0
- package/lib/kotlin-annotations-jvm.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-js.jar +0 -0
- package/lib/kotlin-scripting-jvm.jar +0 -0
- package/lib/kotlin-stdlib-jdk7-sources.jar +0 -0
- package/lib/kotlin-stdlib-jdk7.jar +0 -0
- package/lib/kotlin-stdlib-jdk8-sources.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.jar +0 -0
- package/lib/kotlin-stdlib-sources.jar +0 -0
- package/lib/kotlin-stdlib.jar +0 -0
- package/lib/kotlin-test-js.jar +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/mutability-annotations-compat.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/license/COPYRIGHT.txt +1 -1
- package/license/COPYRIGHT_HEADER.txt +1 -1
- package/license/README.md +0 -5
- package/package.json +1 -1
- package/license/third_party/pcollections_LICENSE.txt +0 -19
package/build.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.8.0-RC-release-311
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/lib/js.engines.jar
CHANGED
|
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-js.jar
CHANGED
|
Binary file
|
|
Binary file
|
package/lib/kotlin-stdlib.jar
CHANGED
|
Binary file
|
package/lib/kotlin-test-js.jar
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
|
package/license/COPYRIGHT.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright 2010-
|
|
2
|
+
* Copyright 2010-2022 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-2022 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/README.md
CHANGED
|
@@ -35,10 +35,6 @@ the Kotlin IntelliJ IDEA plugin:
|
|
|
35
35
|
- License: BSD ([license/third_party/asm_license.txt][asm])
|
|
36
36
|
- Origin: Derived from ASM: a very small and fast Java bytecode manipulation framework, Copyright (c) 2000-2011 INRIA, France Telecom
|
|
37
37
|
|
|
38
|
-
- Path: core/reflection.jvm/src/kotlin.reflect/jvm/internal/pcollections
|
|
39
|
-
- License: MIT ([license/third_party/pcollections_LICENSE.txt][pcollections])
|
|
40
|
-
- Origin: Derived from PCollections, A Persistent Java Collections Library (https://pcollections.org/)
|
|
41
|
-
|
|
42
38
|
- Path: eval4j/src/org/jetbrains/eval4j/interpreterLoop.kt
|
|
43
39
|
- License: BSD ([license/third_party/asm_license.txt][asm])
|
|
44
40
|
- Origin: Derived from ASM: a very small and fast Java bytecode manipulation framework, Copyright (c) 2000-2011 INRIA, France Telecom
|
|
@@ -284,7 +280,6 @@ any distributions of the compiler, libraries or plugin:
|
|
|
284
280
|
[gwt]: third_party/gwt_license.txt
|
|
285
281
|
[jquery]: third_party/jquery_license.txt
|
|
286
282
|
[lombok]: third_party/testdata/lombok_license.txt
|
|
287
|
-
[pcollections]: third_party/pcollections_LICENSE.txt
|
|
288
283
|
[qunit]: third_party/qunit_license.txt
|
|
289
284
|
[rhino]: third_party/rhino_LICENSE.txt
|
|
290
285
|
[rxjava]: third_party/testdata/rxjava_license.txt
|
package/package.json
CHANGED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
Copyright (c) 2008 Harold Cooper
|
|
2
|
-
|
|
3
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
5
|
-
in the Software without restriction, including without limitation the rights
|
|
6
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
7
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
8
|
-
furnished to do so, subject to the following conditions:
|
|
9
|
-
|
|
10
|
-
The above copyright notice and this permission notice shall be included in
|
|
11
|
-
all copies or substantial portions of the Software.
|
|
12
|
-
|
|
13
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
14
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
15
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
16
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
17
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
18
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
19
|
-
THE SOFTWARE.
|