Skip to content

Fix interactive input for Kotlin quickstart gradle run#1799

Merged
koverholt merged 2 commits into
mainfrom
kotlin-quickstart-repl
May 28, 2026
Merged

Fix interactive input for Kotlin quickstart gradle run#1799
koverholt merged 2 commits into
mainfrom
kotlin-quickstart-repl

Conversation

@koverholt

Copy link
Copy Markdown
Collaborator

For ADK Kotlin, the ReplRunner REPL exits immediately when run via gradle run because Gradle's JavaExec task doesn't forward stdin by default.

This PR Adds standardInput = System.in to the complete build.gradle.kts example in the Kotlin quickstart.

@koverholt koverholt requested a review from joefernandez May 26, 2026 23:11
@netlify

netlify Bot commented May 26, 2026

Copy link
Copy Markdown

Deploy Preview for adk-docs-preview ready!

Name Link
🔨 Latest commit 60b3e92
🔍 Latest deploy log https://app.netlify.com/projects/adk-docs-preview/deploys/6a18ada6520caf000760740a
😎 Deploy Preview https://deploy-preview-1799--adk-docs-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@koverholt koverholt merged commit 17c34c4 into main May 28, 2026
10 of 11 checks passed
@koverholt koverholt deleted the kotlin-quickstart-repl branch May 28, 2026 21:04
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