From 2ffdc84fc7f83d7aefa80bad436c249719c57ada Mon Sep 17 00:00:00 2001 From: Ben Brandt Date: Fri, 10 Oct 2025 18:49:47 +0200 Subject: [PATCH] Duplicate JVM message to Kotlin page --- docs/libraries/kotlin.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/libraries/kotlin.mdx b/docs/libraries/kotlin.mdx index 9c160d93..baed6828 100644 --- a/docs/libraries/kotlin.mdx +++ b/docs/libraries/kotlin.mdx @@ -6,6 +6,8 @@ description: "Kotlin library for the Agent Client Protocol" The [acp-kotlin-sdk](https://github.com/agentclientprotocol/acp-kotlin-sdk) provides implementations of both sides of the Agent Client Protocol that you can use to build your own agent server or client. +**It currently supports JVM, other targets are in progress.** + To get started, add the repository to your build file: ```kotlin