Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the all group with 7 updates #249

Merged
merged 1 commit into from
Jul 31, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 31, 2024

Bumps the all group with 7 updates:

Package From To
org.jetbrains.kotlin:kotlin-gradle-plugin 2.0.20-Beta2 2.0.20-RC
org.jetbrains.kotlin:compose-compiler-gradle-plugin 2.0.20-Beta2 2.0.20-RC
org.jetbrains.kotlin:kotlin-test-common 2.0.20-Beta2 2.0.20-RC
org.jetbrains.kotlin:kotlin-test-annotations-common 2.0.20-Beta2 2.0.20-RC
org.jetbrains.kotlin:kotlin-test-junit 2.0.20-Beta2 2.0.20-RC
com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin 2.0.20-Beta2-1.0.23 2.0.20-RC-1.0.24
io.nlopez.compose.rules:detekt 0.4.7 0.4.8

Updates org.jetbrains.kotlin:kotlin-gradle-plugin from 2.0.20-Beta2 to 2.0.20-RC

Release notes

Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's releases.

Kotlin 2.0.20-RC

2.0.20-RC

Analysis. API

  • KT-69630 KAPT User project builds with KAPT4 enabled fail with Metaspace overflow

Backend. Wasm

  • KT-69876 K2 Compile exception: Only IrBlockBody together with kotlinx serialization
  • KT-69529 compileProductionExecutableKotlinWasmJs FAILED: No such value argument slot in IrConstructorCallImpl: 1 (total=1)
  • KT-68088 Wasm: "UNREACHABLE executed at Precompute.cpp:838" running gradle task wasmJsBrowserDistribution for compose multiplatform on Windows

Compiler

  • KT-69494 StackOverflowError in CfgTraverserKt.getPreviousCfgNodes
  • KT-69723 K2: code analysis taking too long
  • KT-56880 K2. Conflicting overloads for main() isn't shown when language version is set to 2.0
  • KT-69170 K2: "Unresolved reference" caused by generics and fun interfaces
  • KT-70039 K2: inconsistent stability of vals of captured receivers
  • KT-68996 K2: "Not enough information to infer type argument" caused by typealias annotation with fixed generic argument
  • KT-68889 K2: type variable should not be fixed
  • KT-15388 Forbid delegated property to have external getter/setter

Compose compiler

  • b/351858979 Fix stability inferencing of interfaces on incremental compilation
  • b/346821372 [Compose] Fix code generation for group optimization

JavaScript

  • KT-69353 KJS / d.ts: Kotlin does not export base collection classes along with their mutable collection counterparts

Libraries

  • KT-68025 Improve documentation for Hex

Native. Build Infrastructure

  • KT-69781 Kotlin/Native performance tests fail to compile with bitcode

Native. C and ObjC Import

  • KT-69094 LLVM 11 clang: cinterops fail with "_Float16 is not supported on this target"

Native. Platform Libraries

  • KT-69382 LLVM 11 clang: symbol not found when running the linker

Native. Runtime

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's changelog.

2.0.20-RC

Analysis. API

  • KT-69630 KAPT User project builds with KAPT4 enabled fail with Metaspace overflow

Backend. Wasm

  • KT-69876 K2 Compile exception: Only IrBlockBody together with kotlinx serialization
  • KT-69529 compileProductionExecutableKotlinWasmJs FAILED: No such value argument slot in IrConstructorCallImpl: 1 (total=1)
  • KT-68088 Wasm: "UNREACHABLE executed at Precompute.cpp:838" running gradle task wasmJsBrowserDistribution for compose multiplatform on Windows

Compiler

  • KT-69494 StackOverflowError in CfgTraverserKt.getPreviousCfgNodes
  • KT-69723 K2: code analysis taking too long
  • KT-56880 K2. Conflicting overloads for main() isn't shown when language version is set to 2.0
  • KT-69170 K2: "Unresolved reference" caused by generics and fun interfaces
  • KT-70039 K2: inconsistent stability of vals of captured receivers
  • KT-68996 K2: "Not enough information to infer type argument" caused by typealias annotation with fixed generic argument
  • KT-68889 K2: type variable should not be fixed
  • KT-15388 Forbid delegated property to have external getter/setter

Compose compiler

  • b/351858979 Fix stability inferencing of interfaces on incremental compilation
  • b/346821372 [Compose] Fix code generation for group optimization

JavaScript

  • KT-69353 KJS / d.ts: Kotlin does not export base collection classes along with their mutable collection counterparts

Libraries

  • KT-68025 Improve documentation for Hex

Native. Build Infrastructure

  • KT-69781 Kotlin/Native performance tests fail to compile with bitcode

Native. C and ObjC Import

  • KT-69094 LLVM 11 clang: cinterops fail with "_Float16 is not supported on this target"

Native. Platform Libraries

  • KT-69382 LLVM 11 clang: symbol not found when running the linker

Native. Runtime

... (truncated)

Commits
  • dd44c8e Add ChangeLog for 2.0.20-RC
  • a1167e1 [FIR] Propagate variables initialized in loops to parent statements
  • e9ad2a1 [FIR] Prevent stack overflow when checking variable initialization
  • 315d59a [FIR] Improve performance when tracking local variable assignment
  • dd0ab96 [FIR] Properties with captured dispatch receivers should be unstable
  • a17692d [KGP] Fix misconfigured usePreciseJavaTracking in k2 mode
  • deda562 Improve docs of extension functions for hex formatting #KT-68025
  • 6092d2b Revert "[AA] Fix shared mutable default values in lock and `serviceRegister...
  • d3bb4a9 Fix regression with nested PCLA calls with lambda
  • 2361ff4 Minor. Extract prepareContextForTypeVariableForSemiFixation
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin:compose-compiler-gradle-plugin from 2.0.20-Beta2 to 2.0.20-RC

Release notes

Sourced from org.jetbrains.kotlin:compose-compiler-gradle-plugin's releases.

Kotlin 2.0.20-RC

2.0.20-RC

Analysis. API

  • KT-69630 KAPT User project builds with KAPT4 enabled fail with Metaspace overflow

Backend. Wasm

  • KT-69876 K2 Compile exception: Only IrBlockBody together with kotlinx serialization
  • KT-69529 compileProductionExecutableKotlinWasmJs FAILED: No such value argument slot in IrConstructorCallImpl: 1 (total=1)
  • KT-68088 Wasm: "UNREACHABLE executed at Precompute.cpp:838" running gradle task wasmJsBrowserDistribution for compose multiplatform on Windows

Compiler

  • KT-69494 StackOverflowError in CfgTraverserKt.getPreviousCfgNodes
  • KT-69723 K2: code analysis taking too long
  • KT-56880 K2. Conflicting overloads for main() isn't shown when language version is set to 2.0
  • KT-69170 K2: "Unresolved reference" caused by generics and fun interfaces
  • KT-70039 K2: inconsistent stability of vals of captured receivers
  • KT-68996 K2: "Not enough information to infer type argument" caused by typealias annotation with fixed generic argument
  • KT-68889 K2: type variable should not be fixed
  • KT-15388 Forbid delegated property to have external getter/setter

Compose compiler

  • b/351858979 Fix stability inferencing of interfaces on incremental compilation
  • b/346821372 [Compose] Fix code generation for group optimization

JavaScript

  • KT-69353 KJS / d.ts: Kotlin does not export base collection classes along with their mutable collection counterparts

Libraries

  • KT-68025 Improve documentation for Hex

Native. Build Infrastructure

  • KT-69781 Kotlin/Native performance tests fail to compile with bitcode

Native. C and ObjC Import

  • KT-69094 LLVM 11 clang: cinterops fail with "_Float16 is not supported on this target"

Native. Platform Libraries

  • KT-69382 LLVM 11 clang: symbol not found when running the linker

Native. Runtime

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin:compose-compiler-gradle-plugin's changelog.

2.0.20-RC

Analysis. API

  • KT-69630 KAPT User project builds with KAPT4 enabled fail with Metaspace overflow

Backend. Wasm

  • KT-69876 K2 Compile exception: Only IrBlockBody together with kotlinx serialization
  • KT-69529 compileProductionExecutableKotlinWasmJs FAILED: No such value argument slot in IrConstructorCallImpl: 1 (total=1)
  • KT-68088 Wasm: "UNREACHABLE executed at Precompute.cpp:838" running gradle task wasmJsBrowserDistribution for compose multiplatform on Windows

Compiler

  • KT-69494 StackOverflowError in CfgTraverserKt.getPreviousCfgNodes
  • KT-69723 K2: code analysis taking too long
  • KT-56880 K2. Conflicting overloads for main() isn't shown when language version is set to 2.0
  • KT-69170 K2: "Unresolved reference" caused by generics and fun interfaces
  • KT-70039 K2: inconsistent stability of vals of captured receivers
  • KT-68996 K2: "Not enough information to infer type argument" caused by typealias annotation with fixed generic argument
  • KT-68889 K2: type variable should not be fixed
  • KT-15388 Forbid delegated property to have external getter/setter

Compose compiler

  • b/351858979 Fix stability inferencing of interfaces on incremental compilation
  • b/346821372 [Compose] Fix code generation for group optimization

JavaScript

  • KT-69353 KJS / d.ts: Kotlin does not export base collection classes along with their mutable collection counterparts

Libraries

  • KT-68025 Improve documentation for Hex

Native. Build Infrastructure

  • KT-69781 Kotlin/Native performance tests fail to compile with bitcode

Native. C and ObjC Import

  • KT-69094 LLVM 11 clang: cinterops fail with "_Float16 is not supported on this target"

Native. Platform Libraries

  • KT-69382 LLVM 11 clang: symbol not found when running the linker

Native. Runtime

... (truncated)

Commits
  • dd44c8e Add ChangeLog for 2.0.20-RC
  • a1167e1 [FIR] Propagate variables initialized in loops to parent statements
  • e9ad2a1 [FIR] Prevent stack overflow when checking variable initialization
  • 315d59a [FIR] Improve performance when tracking local variable assignment
  • dd0ab96 [FIR] Properties with captured dispatch receivers should be unstable
  • a17692d [KGP] Fix misconfigured usePreciseJavaTracking in k2 mode
  • deda562 Improve docs of extension functions for hex formatting #KT-68025
  • 6092d2b Revert "[AA] Fix shared mutable default values in lock and `serviceRegister...
  • d3bb4a9 Fix regression with nested PCLA calls with lambda
  • 2361ff4 Minor. Extract prepareContextForTypeVariableForSemiFixation
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin:kotlin-test-common from 2.0.20-Beta2 to 2.0.20-RC

Release notes

Sourced from org.jetbrains.kotlin:kotlin-test-common's releases.

Kotlin 2.0.20-RC

2.0.20-RC

Analysis. API

  • KT-69630 KAPT User project builds with KAPT4 enabled fail with Metaspace overflow

Backend. Wasm

  • KT-69876 K2 Compile exception: Only IrBlockBody together with kotlinx serialization
  • KT-69529 compileProductionExecutableKotlinWasmJs FAILED: No such value argument slot in IrConstructorCallImpl: 1 (total=1)
  • KT-68088 Wasm: "UNREACHABLE executed at Precompute.cpp:838" running gradle task wasmJsBrowserDistribution for compose multiplatform on Windows

Compiler

  • KT-69494 StackOverflowError in CfgTraverserKt.getPreviousCfgNodes
  • KT-69723 K2: code analysis taking too long
  • KT-56880 K2. Conflicting overloads for main() isn't shown when language version is set to 2.0
  • KT-69170 K2: "Unresolved reference" caused by generics and fun interfaces
  • KT-70039 K2: inconsistent stability of vals of captured receivers
  • KT-68996 K2: "Not enough information to infer type argument" caused by typealias annotation with fixed generic argument
  • KT-68889 K2: type variable should not be fixed
  • KT-15388 Forbid delegated property to have external getter/setter

Compose compiler

  • b/351858979 Fix stability inferencing of interfaces on incremental compilation
  • b/346821372 [Compose] Fix code generation for group optimization

JavaScript

  • KT-69353 KJS / d.ts: Kotlin does not export base collection classes along with their mutable collection counterparts

Libraries

  • KT-68025 Improve documentation for Hex

Native. Build Infrastructure

  • KT-69781 Kotlin/Native performance tests fail to compile with bitcode

Native. C and ObjC Import

  • KT-69094 LLVM 11 clang: cinterops fail with "_Float16 is not supported on this target"

Native. Platform Libraries

  • KT-69382 LLVM 11 clang: symbol not found when running the linker

Native. Runtime

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin:kotlin-test-common's changelog.

2.0.20-RC

Analysis. API

  • KT-69630 KAPT User project builds with KAPT4 enabled fail with Metaspace overflow

Backend. Wasm

  • KT-69876 K2 Compile exception: Only IrBlockBody together with kotlinx serialization
  • KT-69529 compileProductionExecutableKotlinWasmJs FAILED: No such value argument slot in IrConstructorCallImpl: 1 (total=1)
  • KT-68088 Wasm: "UNREACHABLE executed at Precompute.cpp:838" running gradle task wasmJsBrowserDistribution for compose multiplatform on Windows

Compiler

  • KT-69494 StackOverflowError in CfgTraverserKt.getPreviousCfgNodes
  • KT-69723 K2: code analysis taking too long
  • KT-56880 K2. Conflicting overloads for main() isn't shown when language version is set to 2.0
  • KT-69170 K2: "Unresolved reference" caused by generics and fun interfaces
  • KT-70039 K2: inconsistent stability of vals of captured receivers
  • KT-68996 K2: "Not enough information to infer type argument" caused by typealias annotation with fixed generic argument
  • KT-68889 K2: type variable should not be fixed
  • KT-15388 Forbid delegated property to have external getter/setter

Compose compiler

  • b/351858979 Fix stability inferencing of interfaces on incremental compilation
  • b/346821372 [Compose] Fix code generation for group optimization

JavaScript

  • KT-69353 KJS / d.ts: Kotlin does not export base collection classes along with their mutable collection counterparts

Libraries

  • KT-68025 Improve documentation for Hex

Native. Build Infrastructure

  • KT-69781 Kotlin/Native performance tests fail to compile with bitcode

Native. C and ObjC Import

  • KT-69094 LLVM 11 clang: cinterops fail with "_Float16 is not supported on this target"

Native. Platform Libraries

  • KT-69382 LLVM 11 clang: symbol not found when running the linker

Native. Runtime

... (truncated)

Commits
  • dd44c8e Add ChangeLog for 2.0.20-RC
  • a1167e1 [FIR] Propagate variables initialized in loops to parent statements
  • e9ad2a1 [FIR] Prevent stack overflow when checking variable initialization
  • 315d59a [FIR] Improve performance when tracking local variable assignment
  • dd0ab96 [FIR] Properties with captured dispatch receivers should be unstable
  • a17692d [KGP] Fix misconfigured usePreciseJavaTracking in k2 mode
  • deda562 Improve docs of extension functions for hex formatting #KT-68025
  • 6092d2b Revert "[AA] Fix shared mutable default values in lock and `serviceRegister...
  • d3bb4a9 Fix regression with nested PCLA calls with lambda
  • 2361ff4 Minor. Extract prepareContextForTypeVariableForSemiFixation
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin:kotlin-test-annotations-common from 2.0.20-Beta2 to 2.0.20-RC

Release notes

Sourced from org.jetbrains.kotlin:kotlin-test-annotations-common's releases.

Kotlin 2.0.20-RC

2.0.20-RC

Analysis. API

  • KT-69630 KAPT User project builds with KAPT4 enabled fail with Metaspace overflow

Backend. Wasm

  • KT-69876 K2 Compile exception: Only IrBlockBody together with kotlinx serialization
  • KT-69529 compileProductionExecutableKotlinWasmJs FAILED: No such value argument slot in IrConstructorCallImpl: 1 (total=1)
  • KT-68088 Wasm: "UNREACHABLE executed at Precompute.cpp:838" running gradle task wasmJsBrowserDistribution for compose multiplatform on Windows

Compiler

  • KT-69494 StackOverflowError in CfgTraverserKt.getPreviousCfgNodes
  • KT-69723 K2: code analysis taking too long
  • KT-56880 K2. Conflicting overloads for main() isn't shown when language version is set to 2.0
  • KT-69170 K2: "Unresolved reference" caused by generics and fun interfaces
  • KT-70039 K2: inconsistent stability of vals of captured receivers
  • KT-68996 K2: "Not enough information to infer type argument" caused by typealias annotation with fixed generic argument
  • KT-68889 K2: type variable should not be fixed
  • KT-15388 Forbid delegated property to have external getter/setter

Compose compiler

  • b/351858979 Fix stability inferencing of interfaces on incremental compilation
  • b/346821372 [Compose] Fix code generation for group optimization

JavaScript

  • KT-69353 KJS / d.ts: Kotlin does not export base collection classes along with their mutable collection counterparts

Libraries

  • KT-68025 Improve documentation for Hex

Native. Build Infrastructure

  • KT-69781 Kotlin/Native performance tests fail to compile with bitcode

Native. C and ObjC Import

  • KT-69094 LLVM 11 clang: cinterops fail with "_Float16 is not supported on this target"

Native. Platform Libraries

  • KT-69382 LLVM 11 clang: symbol not found when running the linker

Native. Runtime

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin:kotlin-test-annotations-common's changelog.

2.0.20-RC

Analysis. API

  • KT-69630 KAPT User project builds with KAPT4 enabled fail with Metaspace overflow

Backend. Wasm

  • KT-69876 K2 Compile exception: Only IrBlockBody together with kotlinx serialization
  • KT-69529 compileProductionExecutableKotlinWasmJs FAILED: No such value argument slot in IrConstructorCallImpl: 1 (total=1)
  • KT-68088 Wasm: "UNREACHABLE executed at Precompute.cpp:838" running gradle task wasmJsBrowserDistribution for compose multiplatform on Windows

Compiler

  • KT-69494 StackOverflowError in CfgTraverserKt.getPreviousCfgNodes
  • KT-69723 K2: code analysis taking too long
  • KT-56880 K2. Conflicting overloads for main() isn't shown when language version is set to 2.0
  • KT-69170 K2: "Unresolved reference" caused by generics and fun interfaces
  • KT-70039 K2: inconsistent stability of vals of captured receivers
  • KT-68996 K2: "Not enough information to infer type argument" caused by typealias annotation with fixed generic argument
  • KT-68889 K2: type variable should not be fixed
  • KT-15388 Forbid delegated property to have external getter/setter

Compose compiler

  • b/351858979 Fix stability inferencing of interfaces on incremental compilation
  • b/346821372 [Compose] Fix code generation for group optimization

JavaScript

  • KT-69353 KJS / d.ts: Kotlin does not export base collection classes along with their mutable collection counterparts

Libraries

  • KT-68025 Improve documentation for Hex

Native. Build Infrastructure

  • KT-69781 Kotlin/Native performance tests fail to compile with bitcode

Native. C and ObjC Import

  • KT-69094 LLVM 11 clang: cinterops fail with "_Float16 is not supported on this target"

Native. Platform Libraries

  • KT-69382 LLVM 11 clang: symbol not found when running the linker

Native. Runtime

... (truncated)

Commits
  • dd44c8e Add ChangeLog for 2.0.20-RC
  • a1167e1 [FIR] Propagate variables initialized in loops to parent statements
  • e9ad2a1 [FIR] Prevent stack overflow when checking variable initialization
  • 315d59a [FIR] Improve performance when tracking local variable assignment
  • dd0ab96 [FIR] Properties with captured dispatch receivers should be unstable
  • a17692d [KGP] Fix misconfigured usePreciseJavaTracking in k2 mode
  • deda562 Improve docs of extension functions for hex formatting #KT-68025
  • 6092d2b Revert "[AA] Fix shared mutable default values in lock and `serviceRegister...
  • d3bb4a9 Fix regression with nested PCLA calls with lambda
  • 2361ff4 Minor. Extract prepareContextForTypeVariableForSemiFixation
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin:kotlin-test-junit from 2.0.20-Beta2 to 2.0.20-RC

Release notes

Sourced from org.jetbrains.kotlin:kotlin-test-junit's releases.

Kotlin 2.0.20-RC

2.0.20-RC

Analysis. API

  • KT-69630 KAPT User project builds with KAPT4 enabled fail with Metaspace overflow

Backend. Wasm

  • KT-69876 K2 Compile exception: Only IrBlockBody together with kotlinx serialization
  • KT-69529 compileProductionExecutableKotlinWasmJs FAILED: No such value argument slot in IrConstructorCallImpl: 1 (total=1)
  • KT-68088 Wasm: "UNREACHABLE executed at Precompute.cpp:838" running gradle task wasmJsBrowserDistribution for compose multiplatform on Windows

Compiler

  • KT-69494 StackOverflowError in CfgTraverserKt.getPreviousCfgNodes
  • KT-69723 K2: code analysis taking too long
  • KT-56880 K2. Conflicting overloads for main() isn't shown when language version is set to 2.0
  • KT-69170 K2: "Unresolved reference" caused by generics and fun interfaces
  • KT-70039 K2: inconsistent stability of vals of captured receivers
  • KT-68996 K2: "Not enough information to infer type argument" caused by typealias annotation with fixed generic argument
  • KT-68889 K2: type variable should not be fixed
  • KT-15388 Forbid delegated property to have external getter/setter

Compose compiler

  • b/351858979 Fix stability inferencing of interfaces on incremental compilation
  • b/346821372 [Compose] Fix code generation for group optimization

JavaScript

  • KT-69353 KJS / d.ts: Kotlin does not export base collection classes along with their mutable collection counterparts

Libraries

  • KT-68025 Improve documentation for Hex

Native. Build Infrastructure

  • KT-69781 Kotlin/Native performance tests fail to compile with bitcode

Native. C and ObjC Import

  • KT-69094 LLVM 11 clang: cinterops fail with "_Float16 is not supported on this target"

Native. Platform Libraries

  • KT-69382 LLVM 11 clang: symbol not found when running the linker

Native. Runtime

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin:kotlin-test-junit's changelog.

2.0.20-RC

Analysis. API

  • KT-69630 KAPT User project builds with KAPT4 enabled fail with Metaspace overflow

Backend. Wasm

  • KT-69876 K2 Compile exception: Only IrBlockBody together with kotlinx serialization
  • KT-69529 compileProductionExecutableKotlinWasmJs FAILED: No such value argument slot in IrConstructorCallImpl: 1 (total=1)
  • KT-68088 Wasm: "UNREACHABLE executed at Precompute.cpp:838" running gradle task wasmJsBrowserDistribution for compose multiplatform on Windows

Compiler

  • KT-69494 StackOverflowError in CfgTraverserKt.getPreviousCfgNodes
  • KT-69723 K2: code analysis taking too long
  • KT-56880 K2. Conflicting overloads for main() isn't shown when language version is set to 2.0
  • KT-69170 K2: "Unresolved reference" caused by generics and fun interfaces
  • KT-70039 K2: inconsistent stability of vals of captured receivers
  • KT-68996 K2: "Not enough information to infer type argument" caused by typealias annotation with fixed generic argument
  • KT-68889 K2: type variable should not be fixed
  • KT-15388 Forbid delegated property to have external getter/setter

Compose compiler

  • b/351858979 Fix stability inferencing of interfaces on incremental compilation
  • b/346821372 [Compose] Fix code generation for group optimization

JavaScript

  • KT-69353 KJS / d.ts: Kotlin does not export base collection classes along with their mutable collection counterparts

Libraries

  • KT-68025 Improve documentation for Hex

Native. Build Infrastructure

  • KT-69781 Kotlin/Native performance tests fail to compile with bitcode

Native. C and ObjC Import

  • KT-69094 LLVM 11 clang: cinterops fail with "_Float16 is not supported on this target"

Native. Platform Libraries

  • KT-69382 LLVM 11 clang: symbol not found when running the linker

Native. Runtime

... (truncated)

Commits
  • dd44c8e Add ChangeLog for 2.0.20-RC
  • a1167e1 [FIR] Propagate variables initialized in loops to parent statements
  • e9ad2a1 [FIR] Prevent stack overflow when checking variable initialization
  • 315d59a [FIR] Improve performance when tracking local variable assignment
  • dd0ab96 [FIR] Properties with captured dispatch receivers should be unstable
  • a17692d [KGP] Fix misconfigured usePreciseJavaTracking in k2 mode
  • deda562 Improve docs of extension functions for hex formatting #KT-68025
  • 6092d2b Revert "[AA] Fix shared mutable default values in lock and `serviceRegister...
  • d3bb4a9 Fix regression with nested PCLA calls with lambda
  • 2361ff4 Minor. Extract prepareContextForTypeVariableForSemiFixation
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin:compose-compiler-gradle-plugin from 2.0.20-Beta2 to 2.0.20-RC

Release notes

Sourced from org.jetbrains.kotlin:compose-compiler-gradle-plugin's releases.

Kotlin 2.0.20-RC

2.0.20-RC

Analysis. API

  • KT-69630 KAPT User project builds with KAPT4 enabled fail with Metaspace overflow

Backend. Wasm

  • KT-69876 K2 Compile exception: Only IrBlockBody together with kotlinx serialization
  • KT-69529 compileProductionExecutableKotlinWasmJs FAILED: No such value argument slot in IrConstructorCallImpl: 1 (total=1)
  • KT-68088 Wasm: "UNREACHABLE executed at Precompute.cpp:838" running gradle task wasmJsBrowserDistribution for compose multiplatform on Windows

Compiler

  • KT-69494 StackOverflowError in CfgTraverserKt.getPreviousCfgNodes
  • KT-69723 K2: code analysis taking too long
  • KT-56880 K2. Conflicting overloads for main() isn't shown when language version is set to 2.0
  • KT-69170 K2: "Unresolved reference" caused by generics and fun interfaces
  • KT-70039 K2: inconsistent stability of vals of captured receivers
  • KT-68996 K2: "Not enough information to infer type argument" caused by typealias annotation with fixed generic argument
  • KT-68889 K2: type variable should not be fixed
  • KT-15388 Forbid delegated property to have external getter/setter

Compose compiler

  • b/351858979 Fix stability inferencing of interfaces on incremental compilation
  • b/346821372 [Compose] Fix code generation for group optimization

JavaScript

  • KT-69353 KJS / d.ts: Kotlin does not export base collection classes along with their mutable collection counterparts

Libraries

  • KT-68025 Improve documentation for Hex

Native. Build Infrastructure

  • KT-69781 Kotlin/Native performance tests fail to compile with bitcode

Native. C and ObjC Import

  • KT-69094 LLVM 11 clang: cinterops fail with "_Float16 is not supported on this target"

Native. Platform Libraries

  • KT-69382 LLVM 11 clang: symbol not found when running the linker

Native. Runtime

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin:compose-compiler-gradle-plugin's changelog.

2.0.20-RC

Analysis. API

  • KT-69630 KAPT User project builds with KAPT4 enabled fail with Metaspace overflow

Backend. Wasm

  • KT-69876 K2 Compile exception: Only IrBlockBody together with kotlinx serialization
  • KT-69529 compileProductionExecutableKotlinWasmJs FAILED: No such value argument slot in IrConstructorCallImpl: 1 (total=1)
  • KT-68088 Wasm: "UNREACHABLE executed at Precompute.cpp:838" running gradle task wasmJsBrowserDistribution for compose multiplatform on Windows

Compiler

  • KT-69494 StackOverflowError in CfgTraverserKt.getPreviousCfgNodes
  • KT-69723 K2: code analysis taking too long
  • KT-56880 K2. Conflicting overloads for main() isn't shown when language version is set to 2.0
  • KT-69170 K2: "Unresolved reference" caused by generics and fun interfaces
  • KT-70039 K2: inconsistent stability of vals of captured receivers
  • KT-68996 K2: "Not enough information to infer type argument" caused by typealias annotation with fixed generic argument
  • KT-68889 K2: type variable should not be fixed
  • KT-15388 Forbid delegated property to have external getter/setter

Compose compiler

  • b/351858979 Fix stability inferencing of interfaces on incremental compilation
  • b/346821372 [Compose] Fix code generation for group optimization

JavaScript

  • KT-69353 KJS / d.ts: Kotlin does not export base collection classes along with their mutable collection counterparts

Libraries

  • KT-68025 Improve documentation for Hex

Native. Build Infrastructure

  • KT-69781 Kotlin/Native performance tests fail to compile with bitcode

Native. C and ObjC Import

  • KT-69094 LLVM 11 clang: cinterops fail with "_Float16 is not supported on this target"

Native. Platform Libraries

  • KT-69382 LLVM 11 clang: symbol not found when running the linker

Native. Runtime

... (truncated)

Commits
  • dd44c8e Add ChangeLog for 2.0.20-RC
  • a1167e1 [FIR] Propagate variables initialized in loops to parent statements
  • e9ad2a1 [FIR] Prevent stack overflow when checking variable initialization
  • 315d59a [FIR] Improve performance when tracking local variable assignment
  • dd0ab96 [FIR] Properties with captured dispatch receivers should be unstable
  • a17692d [KGP] Fix misconfigured usePreciseJavaTracking in k2 mode
  • deda562 Improve docs of extension functions for hex formatting #KT-68025
  • 6092d2b Revert "[AA] Fix shared mutable default values in lock and `serviceRegister...
  • d3bb4a9 Fix regression with nested PCLA calls with lambda
  • 2361ff4 Minor. Extract prepareContextForTypeVariableForSemiFixation
  • Additional commits viewable in compare view

Updates com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin from 2.0.20-Beta2-1.0.23 to 2.0.20-RC-1.0.24

Release notes

Sourced from com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin's releases.

2.0.20-RC-1.0.24

What's Changed

Full Changelog: google/ksp@2.0.10-RC2-1.0.24...2.0.20-RC-1.0.24

Commits
  • 84f061c UPDATE_KOTLIN_VERSION: 2.0.20-RC
  • c6a8c38 Reapply "UPDATE_KOTLIN_VERSION: 2.0.20-dev-6501"
  • 7f7c4dc Reapply "UPDATE_KOTLIN_VERSION: 2.0.20-dev-4579"
  • 296d515 Reapply "Reapply "UPDATE_KOTLIN_VERSION: 2.0.20-dev-3728""
  • aed6eb6 Revert "Reapply "Downgrade Kotlin to 2.0.0""
  • 1c40f88 Reapply "UPDATE_KOTLIN_VERSION: 2.0.10-RC"
  • 848924a Revert "UPDATE_KOTLIN_VERSION: 2.0.10-RC2"
  • 7e600a0 UPDATE_KOTLIN_VERSION: 2.0.10-RC2
  • c63864c UPDATE_AA_VERSION: 2.1.0-dev-2499
  • b683dee Handle edge cases of KtAnnotated.annotations
  • Additional commits viewable in compare view

Updates io.nlopez.compose.rules:detekt from 0.4.7 to 0.4.8

Release notes

Sourced from io.nlopez.compose.rules:detekt's releases.

v0.4.8

Changelog

Commits

Updates org.jetbrains.kotlin:kotlin-test-common from 2.0.20-Beta2 to 2.0.20-RC

Release notes

Sourced from org.jetbrains.kotlin:kotlin-test-common's releases.

Kotlin 2.0.20-RC

2.0.20-RC

Analysis. API

  • KT-69630 KAPT User project builds with KAPT4 enable...

    Description has been truncated

Bumps the all group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) | `2.0.20-Beta2` | `2.0.20-RC` |
| [org.jetbrains.kotlin:compose-compiler-gradle-plugin](https://github.com/JetBrains/kotlin) | `2.0.20-Beta2` | `2.0.20-RC` |
| [org.jetbrains.kotlin:kotlin-test-common](https://github.com/JetBrains/kotlin) | `2.0.20-Beta2` | `2.0.20-RC` |
| [org.jetbrains.kotlin:kotlin-test-annotations-common](https://github.com/JetBrains/kotlin) | `2.0.20-Beta2` | `2.0.20-RC` |
| [org.jetbrains.kotlin:kotlin-test-junit](https://github.com/JetBrains/kotlin) | `2.0.20-Beta2` | `2.0.20-RC` |
| [com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin](https://github.com/google/ksp) | `2.0.20-Beta2-1.0.23` | `2.0.20-RC-1.0.24` |
| [io.nlopez.compose.rules:detekt](https://github.com/mrmans0n/compose-rules) | `0.4.7` | `0.4.8` |

Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.0.20-Beta2 to 2.0.20-RC
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20-RC/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.20-Beta2...v2.0.20-RC)

Updates `org.jetbrains.kotlin:compose-compiler-gradle-plugin` from 2.0.20-Beta2 to 2.0.20-RC
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20-RC/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.20-Beta2...v2.0.20-RC)

Updates `org.jetbrains.kotlin:kotlin-test-common` from 2.0.20-Beta2 to 2.0.20-RC
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20-RC/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.20-Beta2...v2.0.20-RC)

Updates `org.jetbrains.kotlin:kotlin-test-annotations-common` from 2.0.20-Beta2 to 2.0.20-RC
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20-RC/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.20-Beta2...v2.0.20-RC)

Updates `org.jetbrains.kotlin:kotlin-test-junit` from 2.0.20-Beta2 to 2.0.20-RC
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20-RC/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.20-Beta2...v2.0.20-RC)

Updates `org.jetbrains.kotlin:compose-compiler-gradle-plugin` from 2.0.20-Beta2 to 2.0.20-RC
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20-RC/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.20-Beta2...v2.0.20-RC)

Updates `com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin` from 2.0.20-Beta2-1.0.23 to 2.0.20-RC-1.0.24
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](google/ksp@2.0.20-Beta2-1.0.23...2.0.20-RC-1.0.24)

Updates `io.nlopez.compose.rules:detekt` from 0.4.7 to 0.4.8
- [Release notes](https://github.com/mrmans0n/compose-rules/releases)
- [Commits](mrmans0n/compose-rules@v0.4.7...v0.4.8)

Updates `org.jetbrains.kotlin:kotlin-test-common` from 2.0.20-Beta2 to 2.0.20-RC
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20-RC/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.20-Beta2...v2.0.20-RC)

Updates `org.jetbrains.kotlin:kotlin-test-annotations-common` from 2.0.20-Beta2 to 2.0.20-RC
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20-RC/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.20-Beta2...v2.0.20-RC)

Updates `org.jetbrains.kotlin:kotlin-test-junit` from 2.0.20-Beta2 to 2.0.20-RC
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20-RC/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.20-Beta2...v2.0.20-RC)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.jetbrains.kotlin:compose-compiler-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.jetbrains.kotlin:kotlin-test-common
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.jetbrains.kotlin:kotlin-test-annotations-common
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.jetbrains.kotlin:kotlin-test-junit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.jetbrains.kotlin:compose-compiler-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: io.nlopez.compose.rules:detekt
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.jetbrains.kotlin:kotlin-test-common
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.jetbrains.kotlin:kotlin-test-annotations-common
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.jetbrains.kotlin:kotlin-test-junit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@phansier phansier force-pushed the dependabot/gradle/all-0322043b30 branch from c1b745e to 2c8f1aa Compare July 31, 2024 07:16
@phansier phansier enabled auto-merge (squash) July 31, 2024 07:16
@phansier phansier merged commit 34d5685 into develop Jul 31, 2024
3 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/all-0322043b30 branch July 31, 2024 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant