Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 12, 2026

Ktorfit 2.7.2's default compiler plugin is incompatible with Kotlin 2.3.0, causing build failures with PluginCliParser$PluginProcessingError: Plugin de.jensklingenberg.ktorfit.CommonCompilerPluginRegistrar is incompatible with the current version of the compiler.

Changes

  • Added explicit Ktorfit compiler plugin version override in shared/build.gradle.kts:
    ktorfit {
        compilerPluginVersion.set("2.3.3")
    }

This overrides the Ktorfit 2.7.2 library's bundled compiler plugin with the 2.3.0-compatible version, as documented in Foso/Ktorfit#1010.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI self-assigned this Jan 12, 2026
Copy link
Contributor Author

Copilot AI commented Jan 12, 2026

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:

  • dl.google.com
    • Triggering command: /usr/lib/jvm/temurin-17-jdk-amd64/bin/java /usr/lib/jvm/temurin-17-jdk-amd64/bin/java --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED --add-opens=java.base/java.nio.charset=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED --add-opens=java.xml/javax.xml.namespace=ALL-UNNAMED -Xmx8g -Dfile.encoding=UTF-8 -Duser.country -Duser.language=en -Duser.variant -cp (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title [WIP] Update kotlin and related plugins to version 2.3.0 Fix Kotlin 2.3.0 build compatibility by configuring Ktorfit compiler plugin version Jan 12, 2026
Copilot AI requested a review from Tlaster January 12, 2026 02:36
@Tlaster Tlaster marked this pull request as ready for review January 12, 2026 02:39
@Tlaster Tlaster merged commit 5946594 into dependabot/gradle/kotlin-2.3.0 Jan 12, 2026
@Tlaster Tlaster deleted the copilot/sub-pr-1644 branch January 12, 2026 02:39
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