I’m working with Compose Multiplatform (CMP) and e...
# multiplatform
s
I’m working with Compose Multiplatform (CMP) and encountering an issue where an empty duplicate module appears in my project. When I try to remove
include(":composeApp")
from settings.gradle and sync the project, this empty module disappears - but this also causes my main composeApp to be treated as a regular folder instead of a module. I need a way to keep my main composeApp module while eliminating this duplicate empty module. It does not exist in Finder (Mac) in project folders. :(
j
What IDE are you using?
See if in the gradle view has a task with this name (smart-supply.composeApp). When I used intelliJ module creation instead KMP plugin module creation, I encountered a similar bug.
s
Thank you for your response mate. I’m using Android Studio IDE.
❤️ 1