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