Updated
Updated · InfoWorld · Sep 1
JetBrains Ships Compose Multiplatform 1.12.0 With AI Agent MCP Server
Updated
Updated · InfoWorld · Sep 1

JetBrains Ships Compose Multiplatform 1.12.0 With AI Agent MCP Server

2 articles · Updated · InfoWorld · Sep 1

Summary

  • Compose Multiplatform 1.12.0 adds an experimental MCP server to Compose Hot Reload, letting AI coding agents connect to running apps and verify their own edits.
  • Through that server, agents can trigger reloads, take screenshots, inspect the semantic tree, simulate clicks and text input, and read application logs.
  • Web support now adds automatic font fallback: when a character is missing, the framework downloads the matching Noto subset and recomposes the text, improving Japanese, Arabic, Devanagari and emoji rendering.
  • Desktop apps also get an experimental v2 window and dialog API, giving developers finer control over screen selection, custom positioning, sizing logic, and minimum and maximum window bounds.
  • JetBrains unveiled the release on August 26 as an update to its Kotlin UI framework for sharing code across platforms.

Insights

With AI agents now capable of simulating clicks and reading logs in Compose 1.12.0, are human UI testers becoming obsolete?
Compose 1.12.0 automates web font downloads, but could this hidden feature introduce unpredictable latency and brief visual glitches for users?