Ketoy
New

Ketoy 0.4.20-alpha: back on Maven Central

The first Maven Central release since 0.4.13-alpha. Ships the app-scoped shared runtime plus everything from the 0.4.16-0.4.19 mavenLocal iterations.

Jul 20, 2026SDK · 0.4.20-alpha
Alpha

Version compatibility: Kotlin, AGP, Gradle & Compose decoupled

Since 0.4.0-alpha, Ketoy is decoupled from your toolchain on two axes, Kotlin/AGP/Gradle via an embedded compiler, and the Compose version via name-based parameter remapping.

Jun 12, 2026SDK · 0.4.0-alpha
Alpha

Custom fonts: FontFamily(Font(R.font.X))

Drop a .ttf into res/font/, register it once, then reference it from KBC source exactly like plain Compose.

May 19, 2026SDK · 0.3.4-alpha
Alpha

Drawables: Image(painterResource(R.drawable.X), …)

Render drawables straight from KBC source, vectors, PNGs, WebPs, through the new IMAGE adapter, R8-safe by construction.

May 19, 2026SDK · 0.3.4-alpha