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

Update all dependencies (multimodule) #182

Open
wants to merge 1 commit into
base: multimodule
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 17, 2025

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
gradle (source) minor 8.12 -> 8.13 age adoption passing confidence
com.google.devtools.ksp (source) plugin patch 2.1.0-1.0.29 -> 2.1.10-1.0.31 age adoption passing confidence
org.jetbrains.kotlin.kapt (source) plugin patch 2.1.0 -> 2.1.10 age adoption passing confidence
org.jetbrains.kotlin.android (source) plugin patch 2.1.0 -> 2.1.10 age adoption passing confidence
org.jetbrains.kotlin.plugin.compose (source) plugin patch 2.1.0 -> 2.1.10 age adoption passing confidence
androidx.navigation:navigation-compose (source) dependencies patch 2.8.5 -> 2.8.8 age adoption passing confidence
androidx.compose:compose-bom dependencies major 2024.12.01 -> 2025.02.00 age adoption passing confidence
androidx.activity:activity-compose (source) dependencies minor 1.9.3 -> 1.10.1 age adoption passing confidence
com.android.test (source) plugin patch 8.8.0 -> 8.8.2 age adoption passing confidence
com.android.library (source) plugin patch 8.8.0 -> 8.8.2 age adoption passing confidence
com.android.application (source) plugin patch 8.8.0 -> 8.8.2 age adoption passing confidence

Release Notes

gradle/gradle (gradle)

v8.13

Compare Source

v8.12.1: 8.12.1

Compare Source

The Gradle team is excited to announce Gradle 8.12.1.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Abhiraj Adhikary,
Ayush Saxena,
Björn Kautler,
davidburstrom,
Dominic Fellbaum,
Emmanuel Ferdman,
Finn Petersen,
Johnny Lim,
Mahdi Hosseinzadeh,
Martin Bonnin,
Paint_Ninja,
Petter Måhlén,
Philip Wedemann,
stegeto22,
Tanish,
TheGoesen,
Tim Nielens,
Trout Zhang,
Victor Merkulov

Upgrade instructions

Switch your build to use Gradle 8.12.1 by updating your wrapper:

./gradlew wrapper --gradle-version=8.12.1

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

google/ksp (com.google.devtools.ksp)

v2.1.10-1.0.31

Compare Source

Bug Fixes

  • [KSP2] KSPropertyDeclaration#type for typealias does not match its declaration. #​2345
  • Incorrect isMutable on KSPropertyDeclaration from a JAVA_LIB in 2.1.10-1.0.30 #​2346
  • KSP breaks compilation avoidance #​2347

v2.1.10-1.0.30

Compare Source

Bugs Fixed / PR Landed

https://github.com/google/ksp/issues/2325 [KSP2] KSType.arguments return arguments on aliased type.https://github.com/google/ksp/pull/23122 Partially migrate KSP off AGP's legacy Variant APIhttps://github.com/google/ksp/issues/23099 Resolver#getDeclarationsFromPackage() does not find generated fileshttps://github.com/google/ksp/issues/22522 Incremental processing breaks when a project dependency is modifiedhttps://github.com/google/ksp/issues/22655 [ksp2] ksType.arguments will crash on a typealias's java wildcard typhttps://github.com/google/ksp/issues/226464 [ksp2] getJavaWildcard does not return wildcard for List param (different with kapt/ksphttps://github.com/google/ksp/issues/2246246 Resolver returns non-equal instances of the same declaratiohttps://github.com/google/ksp/issues/2254254 [KSP2] Resolver#overrides() gives incorrect result when method isn't accessible.

v2.1.10-1.0.29

Compare Source

What's Changed

Full Changelog: google/ksp@2.1.10-RC2-1.0.29...2.1.10-1.0.29

JetBrains/kotlin (org.jetbrains.kotlin.kapt)

v2.1.10

Compiler
  • KT-73858 Compose / iOS: NullPointerException on building
  • KT-73454 K2: Fix type parameters mapping for typealiases with inner RHS
  • KT-73043 K2 Compiler does not allow references to inner constructors with typealiases
  • KT-74040 Compilation of inner class usage does not check the visibility of parent class during compilation in different rounds
  • KT-73339 K2: "VerifyError: Bad type on operand stack" because of missing implicit cast on generic field receiver with star projection
  • KT-72585 K2: Compilation failure when upgrading to Kotlin 2.0.20+: Cannot replace top-level type with star projection: S
  • KT-73399 compile-time JVM codegen failure on a KProperty argument of a KSuspendFunction parameter
  • KT-72725 KMP: Unsupported actualization of inherited java field in expect class
  • KT-73153 K2: Standalone diagnostics on type arguments are not reported
Compose compiler
  • CMP-5680 Compose compiler: unexpected stability warnings for classes compiled with 2.0.10
  • b/381407900 Avoid adding Compose annotations on synthetic classes
IR. Inlining
  • KT-73981 Cherry-pick the fix for KT-73482 to 2.1.10
JavaScript
  • KT-70778 Kotlin Js companion is undefined in production build
  • KT-73130 KJS: Missed break for do/while in generated JS code
  • KT-58797 Optimize the code generated for objects on JS and Wasm backends
Klibs
  • KT-70146 [KLIB Resolve] Don't fail on nonexistent transitive dependency
  • KT-73951 Workaround for "Partial linkage engine may not patch some discrepancies in IR when compiling Kotlin/Native static caches" in 2.1.10
Native
  • KT-73559 K/Native: AndroidNativeArm64 linking fails starting from Kotlin 2.1.0
Tools. CLI
  • KT-73967 JDK 25: "IllegalArgumentException: 25-ea" with EA builds
Tools. Daemon
  • KT-73311 "Unable to release compile session, maybe daemon is already down" flakiness
Tools. Gradle
  • KT-73728 'generatePomFileForMavenPublication' creates pom with dependencies with 'unspecified' version
Tools. Gradle. Multiplatform
  • KT-73620 KMP 2.1.0: Transitive dependency is broken when setting publication groupId
Tools. Gradle. Native
  • KT-73572 [Gradle] kotlin.native.cacheKind=none doesn't work anymore
  • KT-71419 Light bundle KGP IT run against a stable K/N version

Configuration

📅 Schedule: Branch creation - "* 0-3 * * *" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/multimodule-all branch 2 times, most recently from 3a25941 to a870a03 Compare January 27, 2025 08:53
JoseAlcerreca
JoseAlcerreca previously approved these changes Jan 27, 2025
@renovate renovate bot force-pushed the renovate/multimodule-all branch 2 times, most recently from c05e378 to a27ce9d Compare January 29, 2025 21:57
@renovate renovate bot force-pushed the renovate/multimodule-all branch 3 times, most recently from f85ad06 to 946936c Compare February 14, 2025 06:10
@renovate renovate bot force-pushed the renovate/multimodule-all branch 2 times, most recently from 782b2b7 to 5a7bd22 Compare February 26, 2025 19:42
@renovate renovate bot force-pushed the renovate/multimodule-all branch from 5a7bd22 to 160fc0e Compare February 27, 2025 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant