Draft
Conversation
Co-authored-by: romainbsl <10594945+romainbsl@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Migrate plugin configuration to use Kotlin 2.3
Migrate to Kotlin 2.3.0
Jan 1, 2026
romainbsl
reviewed
Jan 1, 2026
| gradle-develocityPlugin = "4.2.2" # https://plugins.gradle.org/plugin/com.gradle.develocity | ||
| gradle-publishPlugin = "1.3.0" # https://plugins.gradle.org/plugin/com.gradle.plugin-publish | ||
| kotlin = "2.2.0" # https://docs.gradle.org/current/userguide/compatibility.html#kotlin | ||
| kotlin = "2.3.0" # https://docs.gradle.org/current/userguide/compatibility.html#kotlin |
Member
There was a problem hiding this comment.
from https://docs.gradle.org/current/userguide/compatibility.html#kotlin this is not compatible, right?
Author
There was a problem hiding this comment.
You're correct! Kotlin 2.3.0 is not compatible with Gradle 9.1.0. I've updated Gradle to 9.2.1 which officially supports Kotlin 2.3.x per the compatibility matrix. Fixed in commit 24d9cda.
Co-authored-by: romainbsl <10594945+romainbsl@users.noreply.github.com>
Author
|
Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Copilot
AI
changed the title
Migrate to Kotlin 2.3.0
Migrate to Kotlin 2.3.0 and Gradle 9.2.1
Jan 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the plugin and exported version catalog to use Kotlin 2.3.0, along with upgrading Gradle to 9.2.1 for compatibility.
Changes
2.2.0→2.3.0(plugin build configuration)2.2.21→2.3.0(exportedkodeinGlobalscatalog)9.1.0→9.2.1(required for Kotlin 2.3.0 compatibility)Projects consuming this plugin will receive Kotlin 2.3.0 through the
kodeinGlobalsversion catalog, affecting all Kotlin plugins (JVM, Multiplatform, Android, Serialization, Compose) and libraries.Gradle 9.2.1 officially supports Kotlin 2.3.0 per the Gradle compatibility matrix. The previous Gradle 9.1.0 only supported Kotlin 2.2.x.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.