How do i create a multiplatform compose UI library...
# multiplatform
t
How do i create a multiplatform compose UI library ? I want to create a Compose UI lib that would be used in android and desktop apps. Can anyone point me to the right doc?
c
You can have a look at my repo on GitHub https://github.com/chrimaeon/curriculumvitae There is a module called
common-compose
which has composables shared with desktop and android.
t
@Chrimaeon but this is an app, right? I am talking about library
c
No the module itself is a library that you should be able to publish as well.
t
Okay. i’ll take a look into it. thanks
c
For publishing a KMM library you can find a guide over here https://kotlinlang.org/docs/mpp-publish-lib.html
✔️ 2
k
Published Compose multiplatform library voyager.adriel.cafe/