You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor(build): Migrate JVM target to Kotlin DSL format (#360)
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.
0 commit comments