
Async image loading with pluggable engines and .9/NinePatch support, shared NinePatch painter, resource ID generation for common resources, Glide extensions and RenderScript-based blur utilities.
Component integration guide for the Munchkin Compose Multiplatform libraries.
Res.* accessors from Android-style resources and read them on Android/iOS.
Guide: docs/README_RESOURCE.md
kotlin {
sourceSets {
commonMain.dependencies {
implementation("cn.szkug.munchkin:runtime:<version>")
implementation("cn.szkug.munchkin:image:<version>")
implementation("cn.szkug.munchkin:graph:<version>")
}
androidMain.dependencies {
implementation("cn.szkug.munchkin:engine-coil:<version>")
// or implementation("cn.szkug.munchkin:engine-glide:<version>")
}
iosMain.dependencies {
implementation("cn.szkug.munchkin:engine-coil:<version>")
}
}
}
plugins {
id("cn.szkug.munchkin.resources") version "<version>"
}Res.*, stringResource, painterResource, toDp, or toSp?
Start with docs/README_RESOURCE.md
MunchkinAsyncImage, background image loading, Glide, or Coil?
Start with docs/README_IMAGE.md
rememberLottiePainter, Toolkit, or Modifier.munchkinShadow?
Start with docs/README_GRAPH.md
Component integration guide for the Munchkin Compose Multiplatform libraries.
Res.* accessors from Android-style resources and read them on Android/iOS.
Guide: docs/README_RESOURCE.md
kotlin {
sourceSets {
commonMain.dependencies {
implementation("cn.szkug.munchkin:runtime:<version>")
implementation("cn.szkug.munchkin:image:<version>")
implementation("cn.szkug.munchkin:graph:<version>")
}
androidMain.dependencies {
implementation("cn.szkug.munchkin:engine-coil:<version>")
// or implementation("cn.szkug.munchkin:engine-glide:<version>")
}
iosMain.dependencies {
implementation("cn.szkug.munchkin:engine-coil:<version>")
}
}
}
plugins {
id("cn.szkug.munchkin.resources") version "<version>"
}Res.*, stringResource, painterResource, toDp, or toSp?
Start with docs/README_RESOURCE.md
MunchkinAsyncImage, background image loading, Glide, or Coil?
Start with docs/README_IMAGE.md
rememberLottiePainter, Toolkit, or Modifier.munchkinShadow?
Start with docs/README_GRAPH.md