I want to create a compose multiplatform library I...
# compose
w
I want to create a compose multiplatform library I've created a multiplatform library by going into multiplatform->library in project creation dialog But I don't know how to add compose to it I also don't know how this library can be tested in the same project like this is a library project there's no separate app module in it like it is in the Android Studio , it only contains modules of libraries , where do it write "app" specific code
add compose plugin from org.jetbrains.compose
h
1. There is no native support for Compose 2. Only
runtime
is shared with all targets.
w
so how can I build a library that's multiplatform compose
let's say I remove native from facets , I only want to target compose supported platforms
I am getting this error when I try to remove native facet