Unresolved reference when adding module dependency in Gradle for Compose Multiplatform project
I’m having trouble resolving a module dependency in my Compose Multiplatform project. I have a module named designSystem under the path composeApp:core:designSystem, and I’m trying to include it in my app module. However, I keep encountering unresolved reference issues.