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.
Drop a .ttf into res/font/, register it once, then reference it from KBC source exactly like plain Compose.
Render drawables straight from KBC source, vectors, PNGs, WebPs, through the new IMAGE adapter, R8-safe by construction.