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
João Henrique de Souza Silva
02/19/2025, 12:34 PM
What IDE are you using?
João Henrique de Souza Silva
02/19/2025, 12:37 PM
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
Shakhzod Ilkhomov
02/19/2025, 12:46 PM
Thank you for your response mate. I’m using Android Studio IDE.