bump Kotlin compiler version

GitOrigin-RevId: 0803b1311149f2a26a9860b361d7505d6ac7bba3
This commit is contained in:
Mikhail Filippov
2024-09-30 22:00:15 +04:00
committed by intellij-monorepo-bot
parent e74f48eb3f
commit 107dbe4047
9 changed files with 41 additions and 41 deletions

2
.idea/kotlinc.xml generated
View File

@@ -14,6 +14,6 @@
<option name="additionalArguments" value="-Xjvm-default=all -opt-in=com.intellij.openapi.util.IntellijInternalApi -opt-in=org.jetbrains.kotlin.utils.addToStdlib.UnsafeCastFunction -opt-in=org.jetbrains.kotlin.analysis.api.KaIdeApi -opt-in=org.jetbrains.kotlin.analysis.api.KaNonPublicApi" />
</component>
<component name="KotlinJpsPluginSettings">
<option name="version" value="2.0.20" />
<option name="version" value="2.0.21-RC" />
</component>
</project>

View File

@@ -1,18 +1,18 @@
<component name="libraryTable">
<library name="jetbrains.kotlin.compose.compiler.plugin" type="repository">
<properties include-transitive-deps="false" maven-id="org.jetbrains.kotlin:kotlin-compose-compiler-plugin:2.0.20">
<properties include-transitive-deps="false" maven-id="org.jetbrains.kotlin:kotlin-compose-compiler-plugin:2.0.21-RC">
<verification>
<artifact url="file://$MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-compose-compiler-plugin/2.0.20/kotlin-compose-compiler-plugin-2.0.20.jar">
<sha256sum>79ecd166c37597fefdd31f55a34492637721ec416f53b924bede67b76371754a</sha256sum>
<artifact url="file://$MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-compose-compiler-plugin/2.0.21-RC/kotlin-compose-compiler-plugin-2.0.21-RC.jar">
<sha256sum>42268e4a0700ee3a436985166f30462cf44ef0185f07129a353d2479e4397824</sha256sum>
</artifact>
</verification>
</properties>
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-compose-compiler-plugin/2.0.20/kotlin-compose-compiler-plugin-2.0.20.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-compose-compiler-plugin/2.0.21-RC/kotlin-compose-compiler-plugin-2.0.21-RC.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-compose-compiler-plugin/2.0.20/kotlin-compose-compiler-plugin-2.0.20-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-compose-compiler-plugin/2.0.21-RC/kotlin-compose-compiler-plugin-2.0.21-RC-sources.jar!/" />
</SOURCES>
</library>
</component>

View File

@@ -1,9 +1,9 @@
<component name="libraryTable">
<library name="kotlin-reflect" type="repository">
<properties maven-id="org.jetbrains.kotlin:kotlin-reflect:2.0.20">
<properties maven-id="org.jetbrains.kotlin:kotlin-reflect:2.0.21-RC">
<verification>
<artifact url="file://$MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-reflect/2.0.20/kotlin-reflect-2.0.20.jar">
<sha256sum>18f451e6b4b7bd1d1f9d60849c3cbf160e115302f97a2008c190d505c439c670</sha256sum>
<artifact url="file://$MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-reflect/2.0.21-RC/kotlin-reflect-2.0.21-RC.jar">
<sha256sum>3084af03e6c23e7a874ccca28b9b45a22a07f26bfde92d8f65c1f9f0f5e06334</sha256sum>
</artifact>
</verification>
<exclude>
@@ -11,11 +11,11 @@
</exclude>
</properties>
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-reflect/2.0.20/kotlin-reflect-2.0.20.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-reflect/2.0.21-RC/kotlin-reflect-2.0.21-RC.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-reflect/2.0.20/kotlin-reflect-2.0.20-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-reflect/2.0.21-RC/kotlin-reflect-2.0.21-RC-sources.jar!/" />
</SOURCES>
</library>
</component>

View File

@@ -1,18 +1,18 @@
<component name="libraryTable">
<library name="kotlin-script-runtime" type="repository">
<properties maven-id="org.jetbrains.kotlin:kotlin-script-runtime:2.0.20">
<properties maven-id="org.jetbrains.kotlin:kotlin-script-runtime:2.0.21-RC">
<verification>
<artifact url="file://$MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-script-runtime/2.0.20/kotlin-script-runtime-2.0.20.jar">
<sha256sum>fe97002a6798f7207564648919d6eeccfb338b95dc04b48886d856655bc64a4e</sha256sum>
<artifact url="file://$MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-script-runtime/2.0.21-RC/kotlin-script-runtime-2.0.21-RC.jar">
<sha256sum>23f602af8812a962800a3422228176d7a20852da669566e542debdf739c795e4</sha256sum>
</artifact>
</verification>
</properties>
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-script-runtime/2.0.20/kotlin-script-runtime-2.0.20.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-script-runtime/2.0.21-RC/kotlin-script-runtime-2.0.21-RC.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-script-runtime/2.0.20/kotlin-script-runtime-2.0.20-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-script-runtime/2.0.21-RC/kotlin-script-runtime-2.0.21-RC-sources.jar!/" />
</SOURCES>
</library>
</component>

View File

@@ -1,9 +1,9 @@
<component name="libraryTable">
<library name="kotlin-stdlib" type="repository">
<properties maven-id="org.jetbrains.kotlin:kotlin-stdlib:2.0.20">
<properties maven-id="org.jetbrains.kotlin:kotlin-stdlib:2.0.21-RC">
<verification>
<artifact url="file://$MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-stdlib/2.0.20/kotlin-stdlib-2.0.20.jar">
<sha256sum>fb169596659a518357c4b2c16f43dc75ab1c4980565ed4b4a317a050e5e39006</sha256sum>
<artifact url="file://$MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-stdlib/2.0.21-RC/kotlin-stdlib-2.0.21-RC.jar">
<sha256sum>b381dd01cdbc24063d77d2dfe8b3609b3947225a88e9664606c2d241aff4fd82</sha256sum>
</artifact>
</verification>
<exclude>
@@ -11,11 +11,11 @@
</exclude>
</properties>
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-stdlib/2.0.20/kotlin-stdlib-2.0.20.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-stdlib/2.0.21-RC/kotlin-stdlib-2.0.21-RC.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-stdlib/2.0.20/kotlin-stdlib-2.0.20-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-stdlib/2.0.21-RC/kotlin-stdlib-2.0.21-RC-sources.jar!/" />
</SOURCES>
</library>
</component>

View File

@@ -1,9 +1,9 @@
<component name="libraryTable">
<library name="kotlin-test" type="repository">
<properties maven-id="org.jetbrains.kotlin:kotlin-test:2.0.20">
<properties maven-id="org.jetbrains.kotlin:kotlin-test:2.0.21-RC">
<verification>
<artifact url="file://$MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-test/2.0.20/kotlin-test-2.0.20.jar">
<sha256sum>a156d7bb74bb847001910dacfbee49c9717f8eb670c41437a927687b337a05ff</sha256sum>
<artifact url="file://$MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-test/2.0.21-RC/kotlin-test-2.0.21-RC.jar">
<sha256sum>9d2b8d690e8038c825af6a6644c7d81476958b298e37770e85229dd73a348ce8</sha256sum>
</artifact>
</verification>
<exclude>
@@ -11,11 +11,11 @@
</exclude>
</properties>
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-test/2.0.20/kotlin-test-2.0.20.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-test/2.0.21-RC/kotlin-test-2.0.21-RC.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-test/2.0.20/kotlin-test-2.0.20-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-test/2.0.21-RC/kotlin-test-2.0.21-RC-sources.jar!/" />
</SOURCES>
</library>
</component>

View File

@@ -1,9 +1,9 @@
<component name="libraryTable">
<library name="kotlin-test-junit" type="repository">
<properties maven-id="org.jetbrains.kotlin:kotlin-test-junit:2.0.20">
<properties maven-id="org.jetbrains.kotlin:kotlin-test-junit:2.0.21-RC">
<verification>
<artifact url="file://$MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-test-junit/2.0.20/kotlin-test-junit-2.0.20.jar">
<sha256sum>af266a236e9b10d13b0fbd4c8c9662cd5b39d6689b41c9d82cada86822c035c5</sha256sum>
<artifact url="file://$MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-test-junit/2.0.21-RC/kotlin-test-junit-2.0.21-RC.jar">
<sha256sum>60426dbc1035b08eaf460057fcfa43c2d7fb0a66d8409c18a5b4503a8e797753</sha256sum>
</artifact>
</verification>
<exclude>
@@ -12,11 +12,11 @@
</exclude>
</properties>
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-test-junit/2.0.20/kotlin-test-junit-2.0.20.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-test-junit/2.0.21-RC/kotlin-test-junit-2.0.21-RC.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-test-junit/2.0.20/kotlin-test-junit-2.0.20-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-test-junit/2.0.21-RC/kotlin-test-junit-2.0.21-RC-sources.jar!/" />
</SOURCES>
</library>
</component>

View File

@@ -1,18 +1,18 @@
<component name="libraryTable">
<library name="rhizomedb-compiler-plugin" type="repository">
<properties include-transitive-deps="false" maven-id="jetbrains.fleet:rhizomedb-compiler-plugin:2.0.20-0.2">
<properties include-transitive-deps="false" maven-id="jetbrains.fleet:rhizomedb-compiler-plugin:2.0.21-RC-0.1">
<verification>
<artifact url="file://$MAVEN_REPOSITORY$/jetbrains/fleet/rhizomedb-compiler-plugin/2.0.20-0.2/rhizomedb-compiler-plugin-2.0.20-0.2.jar">
<sha256sum>d62f7602160c0ca439a03e142b7c119f0b9abbcdeed3dfd388bc6f1c77e31909</sha256sum>
<artifact url="file://$MAVEN_REPOSITORY$/jetbrains/fleet/rhizomedb-compiler-plugin/2.0.21-RC-0.1/rhizomedb-compiler-plugin-2.0.21-RC-0.1.jar">
<sha256sum>c03deb4c62ee66d6154d872959b2e0b32296ab284a50eb68e46fbded5a04f665</sha256sum>
</artifact>
</verification>
</properties>
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/jetbrains/fleet/rhizomedb-compiler-plugin/2.0.20-0.2/rhizomedb-compiler-plugin-2.0.20-0.2.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/jetbrains/fleet/rhizomedb-compiler-plugin/2.0.21-RC-0.1/rhizomedb-compiler-plugin-2.0.21-RC-0.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/jetbrains/fleet/rhizomedb-compiler-plugin/2.0.20-0.2/rhizomedb-compiler-plugin-2.0.20-0.2-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/jetbrains/fleet/rhizomedb-compiler-plugin/2.0.21-RC-0.1/rhizomedb-compiler-plugin-2.0.21-RC-0.1-sources.jar!/" />
</SOURCES>
</library>
</component>

View File

@@ -1,18 +1,18 @@
<component name="libraryTable">
<library name="rpc-compiler-plugin" type="repository">
<properties include-transitive-deps="false" maven-id="com.jetbrains.fleet:rpc-compiler-plugin:2.0.20-0.2">
<properties include-transitive-deps="false" maven-id="com.jetbrains.fleet:rpc-compiler-plugin:2.0.21-RC-0.1">
<verification>
<artifact url="file://$MAVEN_REPOSITORY$/com/jetbrains/fleet/rpc-compiler-plugin/2.0.20-0.2/rpc-compiler-plugin-2.0.20-0.2.jar">
<sha256sum>2da8d727ee4e77856116c77d2b57c091d22e44948c882949d724c322d2f1a73c</sha256sum>
<artifact url="file://$MAVEN_REPOSITORY$/com/jetbrains/fleet/rpc-compiler-plugin/2.0.21-RC-0.1/rpc-compiler-plugin-2.0.21-RC-0.1.jar">
<sha256sum>5eba3332e83bd037ed2b0818c48bfc4536bf5de38c3cd67078d8b4621445d939</sha256sum>
</artifact>
</verification>
</properties>
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/com/jetbrains/fleet/rpc-compiler-plugin/2.0.20-0.2/rpc-compiler-plugin-2.0.20-0.2.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/com/jetbrains/fleet/rpc-compiler-plugin/2.0.21-RC-0.1/rpc-compiler-plugin-2.0.21-RC-0.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/com/jetbrains/fleet/rpc-compiler-plugin/2.0.20-0.2/rpc-compiler-plugin-2.0.20-0.2-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/com/jetbrains/fleet/rpc-compiler-plugin/2.0.21-RC-0.1/rpc-compiler-plugin-2.0.21-RC-0.1-sources.jar!/" />
</SOURCES>
</library>
</component>