Skip to content

Bump dependencies and add Writer skill#622

Merged
alexander-yevsyukov merged 4 commits intomasterfrom
bump-dependencies
Mar 11, 2026
Merged

Bump dependencies and add Writer skill#622
alexander-yevsyukov merged 4 commits intomasterfrom
bump-dependencies

Conversation

@alexander-yevsyukov
Copy link
Contributor

This PR updates the local and external dependencies, brining latest buildSrc changes from Base Libraries. Also, the PR adds the Writer agent skill recently adopted in Validation.

@alexander-yevsyukov alexander-yevsyukov merged commit 26b2f06 into master Mar 11, 2026
1 of 2 checks passed
@alexander-yevsyukov alexander-yevsyukov deleted the bump-dependencies branch March 11, 2026 17:55
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 20a6eca5cd

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +58 to +60
if (this is KotlinJvmCompilerOptions) {
jvmDefault.set(JvmDefaultMode.ENABLE)
}

Choose a reason for hiding this comment

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

P2 Badge Apply jvmDefault to KMP JVM compiler options

setFreeCompilerArgs() now sets JVM default mode only when this is KotlinJvmCompilerOptions, but in buildSrc/src/main/kotlin/kmp-module.gradle.kts this helper is invoked from the top-level compilerOptions {} block (common options) and not in the jvm { compilerOptions {} } block. As a result, multiplatform JVM compilations lose the previous -Xjvm-default=all behavior and will emit different interface-method bytecode, which can break binary compatibility for published KMP JVM artifacts consumed from Java/Kotlin.

Useful? React with 👍 / 👎.

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