Skip to content

Conversation

@Kim1ni
Copy link
Contributor

@Kim1ni Kim1ni commented Nov 7, 2025

Refactor(build): Migrate JVM target configuration to Kotlin DSL

What does this PR do?
This pull request updates the JVM target definition in the build.gradle.kts files across both the start and final Codelab solutions.

Instead of the deprecated string-based configuration, it now uses the modern Kotlin DSL structure:

kotlin {
    compilerOptions {
        jvmTarget = JvmTarget.JVM_17
    }
}

Updates the 'jvmTarget' definition in the build files to use the modern, non-deprecated Kotlin DSL syntax (e.g., JvmTarget.JVM_17). This improves build script readability and prevents future warnings/breakages.
@thatfiredev thatfiredev self-requested a review November 7, 2025 09:53
Copy link
Member

@thatfiredev thatfiredev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @Kim1ni !

@thatfiredev thatfiredev merged commit 4684022 into firebase:master Nov 10, 2025
2 checks passed
@Kim1ni Kim1ni deleted the jvmTarget-fix-branch branch November 10, 2025 17:11
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.

2 participants