chore: upgrade Gradle and dependencies to latest stable#134
Open
chore: upgrade Gradle and dependencies to latest stable#134
Conversation
Bumps AGP 9.0.1→9.1.1, Kotlin 2.3.10→2.3.20, Compose MP 1.10.1→1.10.3, Ktor 3.4.0→3.4.2, SQLDelight 2.2.1→2.3.2, GraalVM Native 0.11.4→1.0.0, Koog 0.6.3→0.8.0, Kermit 2.0.8→2.1.0, kotlinx-serialization 1.10.0→1.11.0, androidx-activity 1.12.4→1.13.0, androidx-core 1.17.0→1.18.0, androidx-lifecycle 2.9.6→2.10.0, dnssd 1.0.5→1.1.0, material3-adaptive alpha05→alpha06, Gradle wrapper 9.3.1→9.4.1. Koog 0.8.0 moved tools() from a package-level extension to a ToolRegistryBuilder member, so the now-obsolete `ai.koog.agents.core.tools.reflect.tools` imports are removed.
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Contributor
Test Results973 tests - 70 973 ✅ - 70 13s ⏱️ ±0s Results for commit d09d632. ± Comparison against base commit f6e19f4. This pull request removes 70 tests.♻️ This comment has been updated with latest results. |
The macos-latest runner's iOS 26.2 simruntime is missing libswift_Concurrency.dylib, so test.kexe aborts on launch with "Library not loaded: @rpath/libswift_Concurrency.dylib". Running `xcodebuild -downloadPlatform iOS` re-fetches a complete runtime. See: actions/runner-images#13853
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.
Summary
tools()from a package-level extension to aToolRegistryBuildermember; drop the obsoleteai.koog.agents.core.tools.reflect.toolsimports inResourceDiscoveryServiceandKetchMcpServerVersion table
Test plan
./gradlew compileKotlinJvmacross all library + server + config + cli modules./gradlew :app:android:compileDebugKotlin+:app:desktop:compileKotlin+:app:shared:compileKotlinJvm./gradlew :library:{api,core,ktor,ftp,remote,sqlite}:jvmTest :config:jvmTestall greenNotes
material3(core) kept at1.10.0-alpha05— aligned with Compose MP 1.10.x; no newer 1.10.x alpha existskermitwasmWasiresolution issue is unchanged by this PR (Kermit has never published awasm-wasiartifact; fails identically onmain)