Kmp Module Split For Packaging

Split one Kotlin Multiplatform UI module into a shared app LIBRARY plus thin per-platform launcher modules — an Android application module that only packages, and a JVM/desktop module that owns main() and hands off to a public function in the library. Reach for it when the Android Gradle Plugin refuses to let your app module also be a multiplatform target, when packaging config and shared UI are tangled in one build script, or when a resource accessor class stopped generating after a module became a library.

maxrave-dev 1d4328e 7.8 KB Updated

File contents

maxrave-dev/kotlin-footguns/tree/main/skills/kmp-module-split-for-packaging commit 1d4328ee3f

Frequently asked questions

npx skillmds@latest add maxrave-dev/kmp-module-split-for-packaging