0

I'm trying to create a Compose multi-platform library for shared UI components between iOS, Android, and Desktop.

Unfortunately I'm not able to find any source or tutorial to help me to create one. Existing sources are few years old.

How can I create a CMM library in 2025?

1

1 Answer 1

1

You can check the official Kotlin Multiplatform Template Gallery to take a look at the Multiplatform Library template. It's quite helpful and showcases the steps as outlined in the official documentation.
The template provides a "bare-bones project intended to quickly bootstrap a Kotlin Multiplatform library".

Lastly, if you want more compose-specific samples, you can check out the JetBrains Kotlin Library platform on https://klibs.io/?tags=Compose+UI to give you a better idea on how to structure yours.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.