Skip to content

Conversation

@copybara-service
Copy link

Fix coreLibrariesVersion version in Hilt's Gradle Plugin

The property coreLibrariesVersion takes a String and not KotlinVersion (the enum) but Groovy magic (a.k.a footguns) happily assigned the enum's String.

Fixes #4937

RELNOTES=Fixed the incorrectly declared version of the Kotlin stdlib dependency declared in the Hilt Gradle Plugin.

The property coreLibrariesVersion takes a String and not KotlinVersion (the enum) but Groovy magic (a.k.a footguns) happily assigned the enum's String.

Fixes #4937

RELNOTES=Fixed the incorrectly declared version of the Kotlin stdlib dependency declared in the Hilt Gradle Plugin.
PiperOrigin-RevId: 800518963
@copybara-service copybara-service bot merged commit deefd9a into master Aug 28, 2025
@copybara-service copybara-service bot deleted the test_800499030 branch August 28, 2025 17:25
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.

Hilt Android Gradle plugin 2.57.1 broken dependencies

1 participant