@Ajeet Pratap I did try and it had a compiler issue (probably the compose compiler and the kmm setup don't work together). At the time there was no solution and there is a bug open
https://youtrack.jetbrains.com/issue/KT-38694 but as I see now (in a comment) there might be a workaround:
https://github.com/avdim/compose_mpp_workaround
If this doesn't work, then make your KMM project as an Android library (that is what I did and that is also what decompose does as I see) and just have an Android module that depends on that and has the compose plugin installed