hello, how can I create a module just with the Com...
# multiplatform
g
hello, how can I create a module just with the Compose Multiplatform dependencies and my own composables? The idea is to add it as a dependency in the compatible targets (I can’t add it to comonMain since I’m also using a Kotlin JS target which can’t manage Compose Multiplatform), so I’ll add it manually to the Android, iOS and Desktop targets.