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.
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.
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.
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.